Html Css Color HEX #F442CA Razzle Dazzle Rose

📋 copy color: '#F442CA'

red 244 ◦ green 66 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F442CA

Tints of Razzle Dazzle Rose #F442CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.45%

R = 47.66%
G = 12.89%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F442CA (or 0xF442CA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 42 and CA. RGB value is (244,66,202). Sum of RGB (Red+Green+Blue) = 244+66+202=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F442CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442CA is #0BBD35. Grayscale: #868686. Windows color (decimal): -769334 or 13255412. OLE color: 13255412.

HSL color Cylindrical-coordinate representation of color #F442CA: hue angle of 314.16º 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 #F442CA is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 66 202 -
CMYK 0 0.73 0.17 0.04
HSL 314.16º 0.89% 0.61% -
HSV(B) 314.16º 0.73% 0.96% -
XYZ 49.92 27.39 58.53 -
YUV 134.73 165.97 205.94 -
System Red Green Blue C M Y K H S L
Decimal 244 66 202 0 0.73 0.17 0.04 314.16 0.89 0.61
Hex F4 42 CA 0 49 11 4 13A 59 3D
Octal 364 102 312 0 111 21 4 472 131 75
Binary 11110100 1000010 11001010 0 1001001 10001 100 100111010 1011001 111101

Color Harmonies of #F442CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F442CA

Black with #F442CA

Text Example


Text Example

White with #F442CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F442CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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