Html Css Color HEX #F033EE Razzle Dazzle Rose

📋 copy color: '#F033EE'

red 240 ◦ green 51 ◦ blue 238

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

Shades of Razzle Dazzle Rose #F033EE

Tints of Razzle Dazzle Rose #F033EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 45.37%
G = 9.64%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F033EE (or 0xF033EE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 33 and EE. RGB value is (240,51,238). Sum of RGB (Red+Green+Blue) = 240+51+238=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 51 (20.31% from 255 or 9.64% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F033EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F033EE is #0FCC11. Grayscale: #808080. Windows color (decimal): -1035282 or 15610864. OLE color: 15610864.

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

Color convert

RGB 240 51 238 -
CMYK 0 0.79 0.01 0.06
HSL 300.63º 0.86% 0.57% -
HSV(B) 300.63º 0.79% 0.94% -
XYZ 52.55 27.07 83.34 -
YUV 128.83 189.62 207.29 -
System Red Green Blue C M Y K H S L
Decimal 240 51 238 0 0.79 0.01 0.06 300.63 0.86 0.57
Hex F0 33 EE 0 4F 1 6 12D 56 39
Octal 360 63 356 0 117 1 6 455 126 71
Binary 11110000 110011 11101110 0 1001111 1 110 100101101 1010110 111001

Color Harmonies of #F033EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F033EE

Black with #F033EE

Text Example


Text Example

White with #F033EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F033EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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