Html Css Color HEX #FC75B8 Persian Pink

📋 copy color: '#FC75B8'

red 252 ◦ green 117 ◦ blue 184

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

Shades of Persian Pink #FC75B8

Tints of Persian Pink #FC75B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.27%

R = 45.57%
G = 21.16%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC75B8 (or 0xFC75B8) is known color: Persian Pink. HEX triplet: FC, 75 and B8. RGB value is (252,117,184). Sum of RGB (Red+Green+Blue) = 252+117+184=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75B8 is #038A47. Grayscale: #A4A4A4. Windows color (decimal): -232008 or 12088828. OLE color: 12088828.

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

Color convert

RGB 252 117 184 -
CMYK 0 0.54 0.27 0.01
HSL 330.22º 0.96% 0.72% -
HSV(B) 330.22º 0.54% 0.99% -
XYZ 55.16 36.88 49.56 -
YUV 165 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 252 117 184 0 0.54 0.27 0.01 330.22 0.96 0.72
Hex FC 75 B8 0 36 1B 1 14A 60 48
Octal 374 165 270 0 66 33 1 512 140 110
Binary 11111100 1110101 10111000 0 110110 11011 1 101001010 1100000 1001000

Color Harmonies of #FC75B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC75B8

Black with #FC75B8

Text Example


Text Example

White with #FC75B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC75B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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