Html Css Color HEX #F440C2 Razzle Dazzle Rose

📋 copy color: '#F440C2'

red 244 ◦ green 64 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F440C2

Tints of Razzle Dazzle Rose #F440C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.65%

R = 48.61%
G = 12.75%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F440C2 (or 0xF440C2) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and C2. RGB value is (244,64,194). Sum of RGB (Red+Green+Blue) = 244+64+194=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F440C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440C2 is #0BBF3D. Grayscale: #848484. Windows color (decimal): -769854 or 12730612. OLE color: 12730612.

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

Color convert

RGB 244 64 194 -
CMYK 0 0.74 0.20 0.04
HSL 316.67º 0.89% 0.6% -
HSV(B) 316.67º 0.74% 0.96% -
XYZ 48.88 26.79 53.63 -
YUV 132.64 162.63 207.43 -
System Red Green Blue C M Y K H S L
Decimal 244 64 194 0 0.74 0.20 0.04 316.67 0.89 0.6
Hex F4 40 C2 0 4A 14 4 13D 59 3C
Octal 364 100 302 0 112 24 4 475 131 74
Binary 11110100 1000000 11000010 0 1001010 10100 100 100111101 1011001 111100

Color Harmonies of #F440C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440C2

Black with #F440C2

Text Example


Text Example

White with #F440C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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