Html Css Color HEX #FC30AC Persian Rose

📋 copy color: '#FC30AC'

red 252 ◦ green 48 ◦ blue 172

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

Shades of Persian Rose #FC30AC

Tints of Persian Rose #FC30AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 53.39%
G = 10.17%
B = 36.44%

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

#FC30AC (or 0xFC30AC) is known color: Persian Rose. HEX triplet: FC, 30 and AC. RGB value is (252,48,172). Sum of RGB (Red+Green+Blue) = 252+48+172=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC30AC is #03CF53. Grayscale: #7A7A7A. Windows color (decimal): -249684 or 11284732. OLE color: 11284732.

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

Color convert

RGB 252 48 172 -
CMYK 0 0.81 0.32 0.01
HSL 323.53º 0.97% 0.59% -
HSV(B) 323.53º 0.81% 0.99% -
XYZ 48.65 25.79 41.44 -
YUV 123.13 155.59 219.92 -
System Red Green Blue C M Y K H S L
Decimal 252 48 172 0 0.81 0.32 0.01 323.53 0.97 0.59
Hex FC 30 AC 0 51 20 1 144 61 3B
Octal 374 60 254 0 121 40 1 504 141 73
Binary 11111100 110000 10101100 0 1010001 100000 1 101000100 1100001 111011

Color Harmonies of #FC30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30AC

Black with #FC30AC

Text Example


Text Example

White with #FC30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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