Html Css Color HEX #F442D2 Razzle Dazzle Rose

📋 copy color: '#F442D2'

red 244 ◦ green 66 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F442D2

Tints of Razzle Dazzle Rose #F442D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.38%

R = 46.92%
G = 12.69%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F442D2 (or 0xF442D2) is known color: Razzle Dazzle Rose. HEX triplet: F4, 42 and D2. RGB value is (244,66,210). Sum of RGB (Red+Green+Blue) = 244+66+210=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F442D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442D2 is #0BBD2D. Grayscale: #878787. Windows color (decimal): -769326 or 13779700. OLE color: 13779700.

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

Color convert

RGB 244 66 210 -
CMYK 0 0.73 0.14 0.04
HSL 311.46º 0.89% 0.61% -
HSV(B) 311.46º 0.73% 0.96% -
XYZ 50.89 27.78 63.65 -
YUV 135.64 169.97 205.29 -
System Red Green Blue C M Y K H S L
Decimal 244 66 210 0 0.73 0.14 0.04 311.46 0.89 0.61
Hex F4 42 D2 0 49 E 4 137 59 3D
Octal 364 102 322 0 111 16 4 467 131 75
Binary 11110100 1000010 11010010 0 1001001 1110 100 100110111 1011001 111101

Color Harmonies of #F442D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F442D2

Black with #F442D2

Text Example


Text Example

White with #F442D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F442D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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