Html Css Color HEX #F442D6 Razzle Dazzle Rose

📋 copy color: '#F442D6'

red 244 ◦ green 66 ◦ blue 214

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

Shades of Razzle Dazzle Rose #F442D6

Tints of Razzle Dazzle Rose #F442D6

RGB

 RED value IS 244 (95.7% from 255) = 46.56%

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

 BLUE value IS 214 (83.98% from 255) = 40.84%

R = 46.56%
G = 12.6%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F442D6 (or 0xF442D6) is known color: Razzle Dazzle Rose. HEX triplet: F4, 42 and D6. RGB value is (244,66,214). Sum of RGB (Red+Green+Blue) = 244+66+214=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F442D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442D6 is #0BBD29. Grayscale: #878787. Windows color (decimal): -769322 or 14041844. OLE color: 14041844.

HSL color Cylindrical-coordinate representation of color #F442D6: hue angle of 310.11º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F442D6 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 66 214 -
CMYK 0 0.73 0.12 0.04
HSL 310.11º 0.89% 0.61% -
HSV(B) 310.11º 0.73% 0.96% -
XYZ 51.39 27.98 66.31 -
YUV 136.09 171.97 204.97 -
System Red Green Blue C M Y K H S L
Decimal 244 66 214 0 0.73 0.12 0.04 310.11 0.89 0.61
Hex F4 42 D6 0 49 C 4 136 59 3D
Octal 364 102 326 0 111 14 4 466 131 75
Binary 11110100 1000010 11010110 0 1001001 1100 100 100110110 1011001 111101

Color Harmonies of #F442D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F442D6

Black with #F442D6

Text Example


Text Example

White with #F442D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F442D6; }

 p { color: rgb(244,66,214); }

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

background-color css

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

 a { background-color: rgb(244,66,214); }

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

border-color css

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

 span { border-color: rgb(244,66,214); }

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