Html Css Color HEX #FC33B0 Persian Rose

📋 copy color: '#FC33B0'

red 252 ◦ green 51 ◦ blue 176

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

Shades of Persian Rose #FC33B0

Tints of Persian Rose #FC33B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.74%

R = 52.61%
G = 10.65%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC33B0 (or 0xFC33B0) is known color: Persian Rose. HEX triplet: FC, 33 and B0. RGB value is (252,51,176). Sum of RGB (Red+Green+Blue) = 252+51+176=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC33B0 is #03CC4F. Grayscale: #7D7D7D. Windows color (decimal): -248912 or 11547644. OLE color: 11547644.

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

Color convert

RGB 252 51 176 -
CMYK 0 0.80 0.30 0.01
HSL 322.69º 0.97% 0.59% -
HSV(B) 322.69º 0.8% 0.99% -
XYZ 49.17 26.2 43.54 -
YUV 125.35 156.59 218.34 -
System Red Green Blue C M Y K H S L
Decimal 252 51 176 0 0.80 0.30 0.01 322.69 0.97 0.59
Hex FC 33 B0 0 50 1E 1 143 61 3B
Octal 374 63 260 0 120 36 1 503 141 73
Binary 11111100 110011 10110000 0 1010000 11110 1 101000011 1100001 111011

Color Harmonies of #FC33B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC33B0

Black with #FC33B0

Text Example


Text Example

White with #FC33B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC33B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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