Html Css Color HEX #F440C8 Razzle Dazzle Rose

📋 copy color: '#F440C8'

red 244 ◦ green 64 ◦ blue 200

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

Shades of Razzle Dazzle Rose #F440C8

Tints of Razzle Dazzle Rose #F440C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.37%

R = 48.03%
G = 12.6%
B = 39.37%

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

#F440C8 (or 0xF440C8) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and C8. RGB value is (244,64,200). Sum of RGB (Red+Green+Blue) = 244+64+200=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F440C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440C8 is #0BBF37. Grayscale: #848484. Windows color (decimal): -769848 or 13123828. OLE color: 13123828.

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

Color convert

RGB 244 64 200 -
CMYK 0 0.74 0.18 0.04
HSL 314.67º 0.89% 0.6% -
HSV(B) 314.67º 0.74% 0.96% -
XYZ 49.57 27.07 57.26 -
YUV 133.32 165.63 206.94 -
System Red Green Blue C M Y K H S L
Decimal 244 64 200 0 0.74 0.18 0.04 314.67 0.89 0.6
Hex F4 40 C8 0 4A 12 4 13B 59 3C
Octal 364 100 310 0 112 22 4 473 131 74
Binary 11110100 1000000 11001000 0 1001010 10010 100 100111011 1011001 111100

Color Harmonies of #F440C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440C8

Black with #F440C8

Text Example


Text Example

White with #F440C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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