Html Css Color HEX #F440BD Razzle Dazzle Rose

📋 copy color: '#F440BD'

red 244 ◦ green 64 ◦ blue 189

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

Shades of Razzle Dazzle Rose #F440BD

Tints of Razzle Dazzle Rose #F440BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 49.09%
G = 12.88%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F440BD (or 0xF440BD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and BD. RGB value is (244,64,189). Sum of RGB (Red+Green+Blue) = 244+64+189=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F440BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440BD is #0BBF42. Grayscale: #838383. Windows color (decimal): -769859 or 12402932. OLE color: 12402932.

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

Color convert

RGB 244 64 189 -
CMYK 0 0.74 0.23 0.04
HSL 318.33º 0.89% 0.6% -
HSV(B) 318.33º 0.74% 0.96% -
XYZ 48.33 26.57 50.73 -
YUV 132.07 160.13 207.84 -
System Red Green Blue C M Y K H S L
Decimal 244 64 189 0 0.74 0.23 0.04 318.33 0.89 0.6
Hex F4 40 BD 0 4A 17 4 13E 59 3C
Octal 364 100 275 0 112 27 4 476 131 74
Binary 11110100 1000000 10111101 0 1001010 10111 100 100111110 1011001 111100

Color Harmonies of #F440BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440BD

Black with #F440BD

Text Example


Text Example

White with #F440BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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