#F034C7

Color #F034C7 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F034C7

Tints of Razzle Dazzle Rose #F034C7

Color information

#F034C7 (or 0xF034C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 34 and C7. RGB value is (240,52,199). Sum of RGB (Red+Green+Blue) = 240+52+199=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F034C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F034C7 is #0FCB38. Grayscale: #7C7C7C. Windows color (decimal): -1035065 or 13055216. OLE color: 13055216.

HSL color Cylindrical-coordinate representation of color #F034C7: hue angle of 313.09º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F034C7 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB24052199-
CMYK00.780.170.06
HSL313.09º86.24%57.25%-
HSV(B)313.09º78.33%94.12%-
XYZ47.4725.156.38-
YUV124.97169.78210.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 52 (20.70% from 255) = 10.59%
BLUE value IS 199 (78.12% from 255) = 40.53%
R=48.88%
G=10.59%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405219900.780.170.06313.0986.2457.25
HexF034C704E1161395639
Octal36064307011621647112671
Binary111100001101001100011101001110100011101001110011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F034C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F034C7; }

 p { color: rgb(240,52,199); }

 H1.HeaderClassName
 {
   color: #F034C7;
 }
 .AnyTagClassName
 {
   color: #F034C7;
 }
</style>
background-color css

<style>
 a { background-color: #F034C7; }

 a { background-color: rgb(240,52,199); }

 div.DivClassName
 {
   background-color: #F034C7;
 }
 .BgClassName
 {
   background-color: #F034C7;
 }
</style>
border-color css

<style>
 span { border-color: #F034C7; }

 span { border-color: rgb(240,52,199); }

 td.TdClassName
 {
   border-color: #F034C7;
 }
 .TagClassName
 {
   border-color: #F034C7;
 }
</style>