Html Css Color HEX #F440D3 Razzle Dazzle Rose

📋 copy color: '#F440D3'

red 244 ◦ green 64 ◦ blue 211

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

Shades of Razzle Dazzle Rose #F440D3

Tints of Razzle Dazzle Rose #F440D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.66%

R = 47.01%
G = 12.33%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F440D3 (or 0xF440D3) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and D3. RGB value is (244,64,211). Sum of RGB (Red+Green+Blue) = 244+64+211=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 64 (25.39% from 255 or 12.33% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F440D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440D3 is #0BBF2C. Grayscale: #868686. Windows color (decimal): -769837 or 13844724. OLE color: 13844724.

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

Color convert

RGB 244 64 211 -
CMYK 0 0.74 0.14 0.04
HSL 311º 0.89% 0.6% -
HSV(B) 311º 0.74% 0.96% -
XYZ 50.9 27.6 64.27 -
YUV 134.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 244 64 211 0 0.74 0.14 0.04 311 0.89 0.6
Hex F4 40 D3 0 4A E 4 137 59 3C
Octal 364 100 323 0 112 16 4 467 131 74
Binary 11110100 1000000 11010011 0 1001010 1110 100 100110111 1011001 111100

Color Harmonies of #F440D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440D3

Black with #F440D3

Text Example


Text Example

White with #F440D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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