Html Css Color HEX #FD7FC0 Persian Pink

📋 copy color: '#FD7FC0'

red 253 ◦ green 127 ◦ blue 192

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

Shades of Persian Pink #FD7FC0

Tints of Persian Pink #FD7FC0

RGB

 RED value IS 253 (99.22% from 255) = 44.23%

 GREEN value IS 127 (50% from 255) = 22.2%

 BLUE value IS 192 (75.39% from 255) = 33.57%

R = 44.23%
G = 22.2%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD7FC0 (or 0xFD7FC0) is known color: Persian Pink. HEX triplet: FD, 7F and C0. RGB value is (253,127,192). Sum of RGB (Red+Green+Blue) = 253+127+192=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7FC0 is #02803F. Grayscale: #ABABAB. Windows color (decimal): -163904 or 12615677. OLE color: 12615677.

HSL color Cylindrical-coordinate representation of color #FD7FC0: hue angle of 329.05º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7FC0 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 127 192 -
CMYK 0 0.50 0.24 0.01
HSL 329.05º 0.97% 0.75% -
HSV(B) 329.05º 0.5% 0.99% -
XYZ 57.61 39.87 54.53 -
YUV 172.08 139.24 185.71 -
System Red Green Blue C M Y K H S L
Decimal 253 127 192 0 0.50 0.24 0.01 329.05 0.97 0.75
Hex FD 7F C0 0 32 18 1 149 61 4B
Octal 375 177 300 0 62 30 1 511 141 113
Binary 11111101 1111111 11000000 0 110010 11000 1 101001001 1100001 1001011

Color Harmonies of #FD7FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7FC0

Black with #FD7FC0

Text Example


Text Example

White with #FD7FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7FC0; }

 p { color: rgb(253,127,192); }

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

background-color css

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

 a { background-color: rgb(253,127,192); }

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

border-color css

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

 span { border-color: rgb(253,127,192); }

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