Html Css Color HEX #FC32B2 Persian Rose

📋 copy color: '#FC32B2'

red 252 ◦ green 50 ◦ blue 178

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

Shades of Persian Rose #FC32B2

Tints of Persian Rose #FC32B2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.42%

 BLUE value IS 178 (69.92% from 255) = 37.08%

R = 52.5%
G = 10.42%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC32B2 (or 0xFC32B2) is known color: Persian Rose. HEX triplet: FC, 32 and B2. RGB value is (252,50,178). Sum of RGB (Red+Green+Blue) = 252+50+178=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC32B2 is #03CD4D. Grayscale: #7C7C7C. Windows color (decimal): -249166 or 11678460. OLE color: 11678460.

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

Color convert

RGB 252 50 178 -
CMYK 0 0.80 0.29 0.01
HSL 321.98º 0.97% 0.59% -
HSV(B) 321.98º 0.8% 0.99% -
XYZ 49.32 26.19 44.58 -
YUV 124.99 157.92 218.59 -
System Red Green Blue C M Y K H S L
Decimal 252 50 178 0 0.80 0.29 0.01 321.98 0.97 0.59
Hex FC 32 B2 0 50 1D 1 142 61 3B
Octal 374 62 262 0 120 35 1 502 141 73
Binary 11111100 110010 10110010 0 1010000 11101 1 101000010 1100001 111011

Color Harmonies of #FC32B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC32B2

Black with #FC32B2

Text Example


Text Example

White with #FC32B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC32B2; }

 p { color: rgb(252,50,178); }

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

background-color css

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

 a { background-color: rgb(252,50,178); }

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

border-color css

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

 span { border-color: rgb(252,50,178); }

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