Html Css Color HEX #F440C7 Razzle Dazzle Rose

📋 copy color: '#F440C7'

red 244 ◦ green 64 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F440C7

Tints of Razzle Dazzle Rose #F440C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.25%

R = 48.13%
G = 12.62%
B = 39.25%

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

#F440C7 (or 0xF440C7) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and C7. RGB value is (244,64,199). Sum of RGB (Red+Green+Blue) = 244+64+199=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F440C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440C7 is #0BBF38. Grayscale: #848484. Windows color (decimal): -769849 or 13058292. OLE color: 13058292.

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

Color convert

RGB 244 64 199 -
CMYK 0 0.74 0.18 0.04
HSL 315º 0.89% 0.6% -
HSV(B) 315º 0.74% 0.96% -
XYZ 49.45 27.02 56.64 -
YUV 133.21 165.13 207.02 -
System Red Green Blue C M Y K H S L
Decimal 244 64 199 0 0.74 0.18 0.04 315 0.89 0.6
Hex F4 40 C7 0 4A 12 4 13B 59 3C
Octal 364 100 307 0 112 22 4 473 131 74
Binary 11110100 1000000 11000111 0 1001010 10010 100 100111011 1011001 111100

Color Harmonies of #F440C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440C7

Black with #F440C7

Text Example


Text Example

White with #F440C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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