Html Css Color HEX #F033DD Razzle Dazzle Rose

📋 copy color: '#F033DD'

red 240 ◦ green 51 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F033DD

Tints of Razzle Dazzle Rose #F033DD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.96%

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 46.88%
G = 9.96%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F033DD (or 0xF033DD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 33 and DD. RGB value is (240,51,221). Sum of RGB (Red+Green+Blue) = 240+51+221=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 51 (20.31% from 255 or 9.96% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F033DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F033DD is #0FCC22. Grayscale: #7E7E7E. Windows color (decimal): -1035299 or 14496752. OLE color: 14496752.

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

Color convert

RGB 240 51 221 -
CMYK 0 0.79 0.08 0.06
HSL 306.03º 0.86% 0.57% -
HSV(B) 306.03º 0.79% 0.94% -
XYZ 50.17 26.11 70.8 -
YUV 126.89 181.12 208.68 -
System Red Green Blue C M Y K H S L
Decimal 240 51 221 0 0.79 0.08 0.06 306.03 0.86 0.57
Hex F0 33 DD 0 4F 8 6 132 56 39
Octal 360 63 335 0 117 10 6 462 126 71
Binary 11110000 110011 11011101 0 1001111 1000 110 100110010 1010110 111001

Color Harmonies of #F033DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F033DD

Black with #F033DD

Text Example


Text Example

White with #F033DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F033DD; }

 p { color: rgb(240,51,221); }

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

background-color css

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

 a { background-color: rgb(240,51,221); }

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

border-color css

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

 span { border-color: rgb(240,51,221); }

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