Html Css Color HEX #F022D0 Razzle Dazzle Rose

📋 copy color: '#F022D0'

red 240 ◦ green 34 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F022D0

Tints of Razzle Dazzle Rose #F022D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 49.79%
G = 7.05%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F022D0 (or 0xF022D0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 22 and D0. RGB value is (240,34,208). Sum of RGB (Red+Green+Blue) = 240+34+208=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 34 (13.67% from 255 or 7.05% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F022D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F022D0 is #0FDD2F. Grayscale: #727272. Windows color (decimal): -1039664 or 13640432. OLE color: 13640432.

HSL color Cylindrical-coordinate representation of color #F022D0: hue angle of 309.32º 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 #F022D0 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 34 208 -
CMYK 0 0.86 0.13 0.06
HSL 309.32º 0.87% 0.54% -
HSV(B) 309.32º 0.86% 0.94% -
XYZ 47.89 24.22 61.83 -
YUV 115.43 180.25 216.85 -
System Red Green Blue C M Y K H S L
Decimal 240 34 208 0 0.86 0.13 0.06 309.32 0.87 0.54
Hex F0 22 D0 0 56 D 6 135 57 36
Octal 360 42 320 0 126 15 6 465 127 66
Binary 11110000 100010 11010000 0 1010110 1101 110 100110101 1010111 110110

Color Harmonies of #F022D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F022D0

Black with #F022D0

Text Example


Text Example

White with #F022D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F022D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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