Html Css Color HEX #FC33D1 Razzle Dazzle Rose

📋 copy color: '#FC33D1'

red 252 ◦ green 51 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FC33D1

Tints of Razzle Dazzle Rose #FC33D1

RGB

 RED value IS 252 (98.83% from 255) = 49.22%

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

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

R = 49.22%
G = 9.96%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC33D1 (or 0xFC33D1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 33 and D1. RGB value is (252,51,209). Sum of RGB (Red+Green+Blue) = 252+51+209=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 51 (20.31% from 255 or 9.96% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC33D1 is #03CC2E. Grayscale: #808080. Windows color (decimal): -248879 or 13710332. OLE color: 13710332.

HSL color Cylindrical-coordinate representation of color #FC33D1: hue angle of 312.84º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC33D1 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 51 209 -
CMYK 0 0.80 0.17 0.01
HSL 312.84º 0.97% 0.59% -
HSV(B) 312.84º 0.8% 0.99% -
XYZ 52.84 27.67 62.88 -
YUV 129.11 173.09 215.65 -
System Red Green Blue C M Y K H S L
Decimal 252 51 209 0 0.80 0.17 0.01 312.84 0.97 0.59
Hex FC 33 D1 0 50 11 1 139 61 3B
Octal 374 63 321 0 120 21 1 471 141 73
Binary 11111100 110011 11010001 0 1010000 10001 1 100111001 1100001 111011

Color Harmonies of #FC33D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC33D1

Black with #FC33D1

Text Example


Text Example

White with #FC33D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC33D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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