Html Css Color HEX #FC3BAC Persian Rose

📋 copy color: '#FC3BAC'

red 252 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #FC3BAC

Tints of Persian Rose #FC3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.22%

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

R = 52.17%
G = 12.22%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC3BAC (or 0xFC3BAC) is known color: Persian Rose. HEX triplet: FC, 3B and AC. RGB value is (252,59,172). Sum of RGB (Red+Green+Blue) = 252+59+172=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3BAC is #03C453. Grayscale: #818181. Windows color (decimal): -246868 or 11287548. OLE color: 11287548.

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

Color convert

RGB 252 59 172 -
CMYK 0 0.77 0.32 0.01
HSL 324.87º 0.97% 0.61% -
HSV(B) 324.87º 0.77% 0.99% -
XYZ 49.16 26.8 41.61 -
YUV 129.59 151.94 215.31 -
System Red Green Blue C M Y K H S L
Decimal 252 59 172 0 0.77 0.32 0.01 324.87 0.97 0.61
Hex FC 3B AC 0 4D 20 1 145 61 3D
Octal 374 73 254 0 115 40 1 505 141 75
Binary 11111100 111011 10101100 0 1001101 100000 1 101000101 1100001 111101

Color Harmonies of #FC3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3BAC

Black with #FC3BAC

Text Example


Text Example

White with #FC3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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