Html Css Color HEX #F042D4 Razzle Dazzle Rose

📋 copy color: '#F042D4'

red 240 ◦ green 66 ◦ blue 212

#F042D4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F042D4

Tints of Razzle Dazzle Rose #F042D4

RGB

 RED value IS 240 (94.14% from 255) = 46.33%

 GREEN value IS 66 (26.17% from 255) = 12.74%

 BLUE value IS 212 (83.2% from 255) = 40.93%

R = 46.33%
G = 12.74%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F042D4 (or 0xF042D4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 42 and D4. RGB value is (240,66,212). Sum of RGB (Red+Green+Blue) = 240+66+212=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F042D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F042D4 is #0FBD2B. Grayscale: #868686. Windows color (decimal): -1031468 or 13910768. OLE color: 13910768.

HSL color Cylindrical-coordinate representation of color #F042D4: hue angle of 309.66º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F042D4 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 66 212 -
CMYK 0 0.72 0.12 0.06
HSL 309.66º 0.85% 0.6% -
HSV(B) 309.66º 0.73% 0.94% -
XYZ 49.77 27.18 64.91 -
YUV 134.67 171.65 203.13 -
System Red Green Blue C M Y K H S L
Decimal 240 66 212 0 0.72 0.12 0.06 309.66 0.85 0.6
Hex F0 42 D4 0 48 C 6 136 55 3C
Octal 360 102 324 0 110 14 6 466 125 74
Binary 11110000 1000010 11010100 0 1001000 1100 110 100110110 1010101 111100

Color Harmonies of #F042D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F042D4

Black with #F042D4

Text Example


Text Example

White with #F042D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F042D4; }

 p { color: rgb(240,66,212); }

 H1.HeaderClassName
 {
   color: #F042D4;
 }
 .AnyTagClassName
 {
   color: #F042D4;
 }
</style>

background-color css

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

 a { background-color: rgb(240,66,212); }

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

border-color css

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

 span { border-color: rgb(240,66,212); }

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