Html Css Color HEX #FC30AF Persian Rose

📋 copy color: '#FC30AF'

red 252 ◦ green 48 ◦ blue 175

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

Shades of Persian Rose #FC30AF

Tints of Persian Rose #FC30AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 53.05%
G = 10.11%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC30AF (or 0xFC30AF) is known color: Persian Rose. HEX triplet: FC, 30 and AF. RGB value is (252,48,175). Sum of RGB (Red+Green+Blue) = 252+48+175=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC30AF is #03CF50. Grayscale: #7B7B7B. Windows color (decimal): -249681 or 11481340. OLE color: 11481340.

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

Color convert

RGB 252 48 175 -
CMYK 0 0.81 0.31 0.01
HSL 322.65º 0.97% 0.59% -
HSV(B) 322.65º 0.81% 0.99% -
XYZ 48.94 25.9 42.98 -
YUV 123.47 157.09 219.67 -
System Red Green Blue C M Y K H S L
Decimal 252 48 175 0 0.81 0.31 0.01 322.65 0.97 0.59
Hex FC 30 AF 0 51 1F 1 143 61 3B
Octal 374 60 257 0 121 37 1 503 141 73
Binary 11111100 110000 10101111 0 1010001 11111 1 101000011 1100001 111011

Color Harmonies of #FC30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30AF

Black with #FC30AF

Text Example


Text Example

White with #FC30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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