Html Css Color HEX #F442C6 Razzle Dazzle Rose

📋 copy color: '#F442C6'

red 244 ◦ green 66 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F442C6

Tints of Razzle Dazzle Rose #F442C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 48.03%
G = 12.99%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F442C6 (or 0xF442C6) is known color: Razzle Dazzle Rose. HEX triplet: F4, 42 and C6. RGB value is (244,66,198). Sum of RGB (Red+Green+Blue) = 244+66+198=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F442C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442C6 is #0BBD39. Grayscale: #858585. Windows color (decimal): -769338 or 12993268. OLE color: 12993268.

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

Color convert

RGB 244 66 198 -
CMYK 0 0.73 0.19 0.04
HSL 315.51º 0.89% 0.61% -
HSV(B) 315.51º 0.73% 0.96% -
XYZ 49.45 27.21 56.07 -
YUV 134.27 163.97 206.27 -
System Red Green Blue C M Y K H S L
Decimal 244 66 198 0 0.73 0.19 0.04 315.51 0.89 0.61
Hex F4 42 C6 0 49 13 4 13C 59 3D
Octal 364 102 306 0 111 23 4 474 131 75
Binary 11110100 1000010 11000110 0 1001001 10011 100 100111100 1011001 111101

Color Harmonies of #F442C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F442C6

Black with #F442C6

Text Example


Text Example

White with #F442C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F442C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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