Html Css Color HEX #FD75BA Persian Pink

📋 copy color: '#FD75BA'

red 253 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #FD75BA

Tints of Persian Pink #FD75BA

RGB

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

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

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

R = 45.5%
G = 21.04%
B = 33.45%

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

#FD75BA (or 0xFD75BA) is known color: Persian Pink. HEX triplet: FD, 75 and BA. RGB value is (253,117,186). Sum of RGB (Red+Green+Blue) = 253+117+186=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FD75BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD75BA is #028A45. Grayscale: #A5A5A5. Windows color (decimal): -166470 or 12219901. OLE color: 12219901.

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

Color convert

RGB 253 117 186 -
CMYK 0 0.54 0.26 0.01
HSL 329.56º 0.97% 0.73% -
HSV(B) 329.56º 0.54% 0.99% -
XYZ 55.73 37.15 50.69 -
YUV 165.53 139.56 190.39 -
System Red Green Blue C M Y K H S L
Decimal 253 117 186 0 0.54 0.26 0.01 329.56 0.97 0.73
Hex FD 75 BA 0 36 1A 1 14A 61 49
Octal 375 165 272 0 66 32 1 512 141 111
Binary 11111101 1110101 10111010 0 110110 11010 1 101001010 1100001 1001001

Color Harmonies of #FD75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD75BA

Black with #FD75BA

Text Example


Text Example

White with #FD75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD75BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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