Html Css Color HEX #F440C9 Razzle Dazzle Rose

📋 copy color: '#F440C9'

red 244 ◦ green 64 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F440C9

Tints of Razzle Dazzle Rose #F440C9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.57%

 BLUE value IS 201 (78.91% from 255) = 39.49%

R = 47.94%
G = 12.57%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F440C9 (or 0xF440C9) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and C9. RGB value is (244,64,201). Sum of RGB (Red+Green+Blue) = 244+64+201=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F440C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440C9 is #0BBF36. Grayscale: #858585. Windows color (decimal): -769847 or 13189364. OLE color: 13189364.

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

Color convert

RGB 244 64 201 -
CMYK 0 0.74 0.18 0.04
HSL 314.33º 0.89% 0.6% -
HSV(B) 314.33º 0.74% 0.96% -
XYZ 49.68 27.12 57.87 -
YUV 133.44 166.13 206.86 -
System Red Green Blue C M Y K H S L
Decimal 244 64 201 0 0.74 0.18 0.04 314.33 0.89 0.6
Hex F4 40 C9 0 4A 12 4 13A 59 3C
Octal 364 100 311 0 112 22 4 472 131 74
Binary 11110100 1000000 11001001 0 1001010 10010 100 100111010 1011001 111100

Color Harmonies of #F440C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440C9

Black with #F440C9

Text Example


Text Example

White with #F440C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440C9; }

 p { color: rgb(244,64,201); }

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

background-color css

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

 a { background-color: rgb(244,64,201); }

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

border-color css

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

 span { border-color: rgb(244,64,201); }

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