Html Css Color HEX #FC75BA Persian Pink

📋 copy color: '#FC75BA'

red 252 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #FC75BA

Tints of Persian Pink #FC75BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.08%

 BLUE value IS 186 (73.05% from 255) = 33.51%

R = 45.41%
G = 21.08%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC75BA (or 0xFC75BA) is known color: Persian Pink. HEX triplet: FC, 75 and BA. RGB value is (252,117,186). Sum of RGB (Red+Green+Blue) = 252+117+186=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75BA is #038A45. Grayscale: #A5A5A5. Windows color (decimal): -232006 or 12219900. OLE color: 12219900.

HSL color Cylindrical-coordinate representation of color #FC75BA: hue angle of 329.33º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC75BA is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 117 186 -
CMYK 0 0.54 0.26 0.01
HSL 329.33º 0.96% 0.72% -
HSV(B) 329.33º 0.54% 0.99% -
XYZ 55.37 36.96 50.67 -
YUV 165.23 139.73 189.89 -
System Red Green Blue C M Y K H S L
Decimal 252 117 186 0 0.54 0.26 0.01 329.33 0.96 0.72
Hex FC 75 BA 0 36 1A 1 149 60 48
Octal 374 165 272 0 66 32 1 511 140 110
Binary 11111100 1110101 10111010 0 110110 11010 1 101001001 1100000 1001000

Color Harmonies of #FC75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC75BA

Black with #FC75BA

Text Example


Text Example

White with #FC75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC75BA; }

 p { color: rgb(252,117,186); }

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

background-color css

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

 a { background-color: rgb(252,117,186); }

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

border-color css

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

 span { border-color: rgb(252,117,186); }

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