Html Css Color HEX #F022D9 Razzle Dazzle Rose

📋 copy color: '#F022D9'

red 240 ◦ green 34 ◦ blue 217

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

Shades of Razzle Dazzle Rose #F022D9

Tints of Razzle Dazzle Rose #F022D9

RGB

 RED value IS 240 (94.14% from 255) = 48.88%

 GREEN value IS 34 (13.67% from 255) = 6.92%

 BLUE value IS 217 (85.16% from 255) = 44.2%

R = 48.88%
G = 6.92%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F022D9 (or 0xF022D9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 22 and D9. RGB value is (240,34,217). Sum of RGB (Red+Green+Blue) = 240+34+217=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 34 (13.67% from 255 or 6.92% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F022D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F022D9 is #0FDD26. Grayscale: #737373. Windows color (decimal): -1039655 or 14230256. OLE color: 14230256.

HSL color Cylindrical-coordinate representation of color #F022D9: hue angle of 306.7º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F022D9 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 34 217 -
CMYK 0 0.86 0.10 0.06
HSL 306.7º 0.87% 0.54% -
HSV(B) 306.7º 0.86% 0.94% -
XYZ 49.03 24.68 67.82 -
YUV 116.46 184.75 216.12 -
System Red Green Blue C M Y K H S L
Decimal 240 34 217 0 0.86 0.10 0.06 306.7 0.87 0.54
Hex F0 22 D9 0 56 A 6 133 57 36
Octal 360 42 331 0 126 12 6 463 127 66
Binary 11110000 100010 11011001 0 1010110 1010 110 100110011 1010111 110110

Color Harmonies of #F022D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F022D9

Black with #F022D9

Text Example


Text Example

White with #F022D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F022D9; }

 p { color: rgb(240,34,217); }

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

background-color css

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

 a { background-color: rgb(240,34,217); }

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

border-color css

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

 span { border-color: rgb(240,34,217); }

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