Html Css Color HEX #FC33B5 Persian Rose

📋 copy color: '#FC33B5'

red 252 ◦ green 51 ◦ blue 181

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

Shades of Persian Rose #FC33B5

Tints of Persian Rose #FC33B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.4%

R = 52.07%
G = 10.54%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC33B5 (or 0xFC33B5) is known color: Persian Rose. HEX triplet: FC, 33 and B5. RGB value is (252,51,181). Sum of RGB (Red+Green+Blue) = 252+51+181=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC33B5 is #03CC4A. Grayscale: #7D7D7D. Windows color (decimal): -248907 or 11875324. OLE color: 11875324.

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

Color convert

RGB 252 51 181 -
CMYK 0 0.80 0.28 0.01
HSL 321.19º 0.97% 0.59% -
HSV(B) 321.19º 0.8% 0.99% -
XYZ 49.67 26.4 46.19 -
YUV 125.92 159.09 217.93 -
System Red Green Blue C M Y K H S L
Decimal 252 51 181 0 0.80 0.28 0.01 321.19 0.97 0.59
Hex FC 33 B5 0 50 1C 1 141 61 3B
Octal 374 63 265 0 120 34 1 501 141 73
Binary 11111100 110011 10110101 0 1010000 11100 1 101000001 1100001 111011

Color Harmonies of #FC33B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC33B5

Black with #FC33B5

Text Example


Text Example

White with #FC33B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC33B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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