Html Css Color HEX #F440C5 Razzle Dazzle Rose

📋 copy color: '#F440C5'

red 244 ◦ green 64 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F440C5

Tints of Razzle Dazzle Rose #F440C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.01%

R = 48.32%
G = 12.67%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F440C5 (or 0xF440C5) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and C5. RGB value is (244,64,197). Sum of RGB (Red+Green+Blue) = 244+64+197=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F440C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440C5 is #0BBF3A. Grayscale: #848484. Windows color (decimal): -769851 or 12927220. OLE color: 12927220.

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

Color convert

RGB 244 64 197 -
CMYK 0 0.74 0.19 0.04
HSL 315.67º 0.89% 0.6% -
HSV(B) 315.67º 0.74% 0.96% -
XYZ 49.22 26.93 55.43 -
YUV 132.98 164.13 207.19 -
System Red Green Blue C M Y K H S L
Decimal 244 64 197 0 0.74 0.19 0.04 315.67 0.89 0.6
Hex F4 40 C5 0 4A 13 4 13C 59 3C
Octal 364 100 305 0 112 23 4 474 131 74
Binary 11110100 1000000 11000101 0 1001010 10011 100 100111100 1011001 111100

Color Harmonies of #F440C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440C5

Black with #F440C5

Text Example


Text Example

White with #F440C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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