Html Css Color HEX #FC30B1 Persian Rose

📋 copy color: '#FC30B1'

red 252 ◦ green 48 ◦ blue 177

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

Shades of Persian Rose #FC30B1

Tints of Persian Rose #FC30B1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.06%

 BLUE value IS 177 (69.53% from 255) = 37.11%

R = 52.83%
G = 10.06%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC30B1 (or 0xFC30B1) is known color: Persian Rose. HEX triplet: FC, 30 and B1. RGB value is (252,48,177). Sum of RGB (Red+Green+Blue) = 252+48+177=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC30B1 is #03CF4E. Grayscale: #7B7B7B. Windows color (decimal): -249679 or 11612412. OLE color: 11612412.

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

Color convert

RGB 252 48 177 -
CMYK 0 0.81 0.30 0.01
HSL 322.06º 0.97% 0.59% -
HSV(B) 322.06º 0.81% 0.99% -
XYZ 49.14 25.98 44.02 -
YUV 123.7 158.09 219.51 -
System Red Green Blue C M Y K H S L
Decimal 252 48 177 0 0.81 0.30 0.01 322.06 0.97 0.59
Hex FC 30 B1 0 51 1E 1 142 61 3B
Octal 374 60 261 0 121 36 1 502 141 73
Binary 11111100 110000 10110001 0 1010001 11110 1 101000010 1100001 111011

Color Harmonies of #FC30B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30B1

Black with #FC30B1

Text Example


Text Example

White with #FC30B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30B1; }

 p { color: rgb(252,48,177); }

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

background-color css

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

 a { background-color: rgb(252,48,177); }

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

border-color css

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

 span { border-color: rgb(252,48,177); }

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