Html Css Color HEX #FC30AB Persian Rose

📋 copy color: '#FC30AB'

red 252 ◦ green 48 ◦ blue 171

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

Shades of Persian Rose #FC30AB

Tints of Persian Rose #FC30AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 53.5%
G = 10.19%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC30AB (or 0xFC30AB) is known color: Persian Rose. HEX triplet: FC, 30 and AB. RGB value is (252,48,171). Sum of RGB (Red+Green+Blue) = 252+48+171=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC30AB is #03CF54. Grayscale: #7A7A7A. Windows color (decimal): -249685 or 11219196. OLE color: 11219196.

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

Color convert

RGB 252 48 171 -
CMYK 0 0.81 0.32 0.01
HSL 323.82º 0.97% 0.59% -
HSV(B) 323.82º 0.81% 0.99% -
XYZ 48.55 25.75 40.94 -
YUV 123.02 155.09 220 -
System Red Green Blue C M Y K H S L
Decimal 252 48 171 0 0.81 0.32 0.01 323.82 0.97 0.59
Hex FC 30 AB 0 51 20 1 144 61 3B
Octal 374 60 253 0 121 40 1 504 141 73
Binary 11111100 110000 10101011 0 1010001 100000 1 101000100 1100001 111011

Color Harmonies of #FC30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30AB

Black with #FC30AB

Text Example


Text Example

White with #FC30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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