Html Css Color HEX #F444D2 Razzle Dazzle Rose

📋 copy color: '#F444D2'

red 244 ◦ green 68 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F444D2

Tints of Razzle Dazzle Rose #F444D2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.03%

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

R = 46.74%
G = 13.03%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F444D2 (or 0xF444D2) is known color: Razzle Dazzle Rose. HEX triplet: F4, 44 and D2. RGB value is (244,68,210). Sum of RGB (Red+Green+Blue) = 244+68+210=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 68 (26.95% from 255 or 13.03% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F444D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F444D2 is #0BBB2D. Grayscale: #888888. Windows color (decimal): -768814 or 13780212. OLE color: 13780212.

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

Color convert

RGB 244 68 210 -
CMYK 0 0.72 0.14 0.04
HSL 311.59º 0.89% 0.61% -
HSV(B) 311.59º 0.72% 0.96% -
XYZ 51.01 28.02 63.69 -
YUV 136.81 169.31 204.45 -
System Red Green Blue C M Y K H S L
Decimal 244 68 210 0 0.72 0.14 0.04 311.59 0.89 0.61
Hex F4 44 D2 0 48 E 4 138 59 3D
Octal 364 104 322 0 110 16 4 470 131 75
Binary 11110100 1000100 11010010 0 1001000 1110 100 100111000 1011001 111101

Color Harmonies of #F444D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F444D2

Black with #F444D2

Text Example


Text Example

White with #F444D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F444D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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