Html Css Color HEX #F033CE Razzle Dazzle Rose

📋 copy color: '#F033CE'

red 240 ◦ green 51 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F033CE

Tints of Razzle Dazzle Rose #F033CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 48.29%
G = 10.26%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F033CE (or 0xF033CE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 33 and CE. RGB value is (240,51,206). Sum of RGB (Red+Green+Blue) = 240+51+206=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 51 (20.31% from 255 or 10.26% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F033CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F033CE is #0FCC31. Grayscale: #7C7C7C. Windows color (decimal): -1035314 or 13513712. OLE color: 13513712.

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

Color convert

RGB 240 51 206 -
CMYK 0 0.79 0.14 0.06
HSL 310.79º 0.86% 0.57% -
HSV(B) 310.79º 0.79% 0.94% -
XYZ 48.26 25.35 60.74 -
YUV 125.18 173.62 209.9 -
System Red Green Blue C M Y K H S L
Decimal 240 51 206 0 0.79 0.14 0.06 310.79 0.86 0.57
Hex F0 33 CE 0 4F E 6 137 56 39
Octal 360 63 316 0 117 16 6 467 126 71
Binary 11110000 110011 11001110 0 1001111 1110 110 100110111 1010110 111001

Color Harmonies of #F033CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F033CE

Black with #F033CE

Text Example


Text Example

White with #F033CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F033CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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