Html Css Color HEX #FD78C1 Persian Pink

📋 copy color: '#FD78C1'

red 253 ◦ green 120 ◦ blue 193

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

Shades of Persian Pink #FD78C1

Tints of Persian Pink #FD78C1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.2%

 BLUE value IS 193 (75.78% from 255) = 34.1%

R = 44.7%
G = 21.2%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD78C1 (or 0xFD78C1) is known color: Persian Pink. HEX triplet: FD, 78 and C1. RGB value is (253,120,193). Sum of RGB (Red+Green+Blue) = 253+120+193=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD78C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD78C1 is #02873E. Grayscale: #A7A7A7. Windows color (decimal): -165695 or 12679421. OLE color: 12679421.

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

Color convert

RGB 253 120 193 -
CMYK 0 0.53 0.24 0.01
HSL 327.07º 0.97% 0.73% -
HSV(B) 327.07º 0.53% 0.99% -
XYZ 56.85 38.17 54.82 -
YUV 168.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 253 120 193 0 0.53 0.24 0.01 327.07 0.97 0.73
Hex FD 78 C1 0 35 18 1 147 61 49
Octal 375 170 301 0 65 30 1 507 141 111
Binary 11111101 1111000 11000001 0 110101 11000 1 101000111 1100001 1001001

Color Harmonies of #FD78C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD78C1

Black with #FD78C1

Text Example


Text Example

White with #FD78C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD78C1; }

 p { color: rgb(253,120,193); }

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

background-color css

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

 a { background-color: rgb(253,120,193); }

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

border-color css

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

 span { border-color: rgb(253,120,193); }

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