Html Css Color HEX #F033D1 Razzle Dazzle Rose

📋 copy color: '#F033D1'

red 240 ◦ green 51 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F033D1

Tints of Razzle Dazzle Rose #F033D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.8%

R = 48%
G = 10.2%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F033D1 (or 0xF033D1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 33 and D1. RGB value is (240,51,209). Sum of RGB (Red+Green+Blue) = 240+51+209=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 51 (20.31% from 255 or 10.2% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F033D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F033D1 is #0FCC2E. Grayscale: #7D7D7D. Windows color (decimal): -1035311 or 13710320. OLE color: 13710320.

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

Color convert

RGB 240 51 209 -
CMYK 0 0.79 0.13 0.06
HSL 309.84º 0.86% 0.57% -
HSV(B) 309.84º 0.79% 0.94% -
XYZ 48.63 25.5 62.68 -
YUV 125.52 175.12 209.65 -
System Red Green Blue C M Y K H S L
Decimal 240 51 209 0 0.79 0.13 0.06 309.84 0.86 0.57
Hex F0 33 D1 0 4F D 6 136 56 39
Octal 360 63 321 0 117 15 6 466 126 71
Binary 11110000 110011 11010001 0 1001111 1101 110 100110110 1010110 111001

Color Harmonies of #F033D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F033D1

Black with #F033D1

Text Example


Text Example

White with #F033D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F033D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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