Html Css Color HEX #FE75BF Persian Pink

📋 copy color: '#FE75BF'

red 254 ◦ green 117 ◦ blue 191

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

Shades of Persian Pink #FE75BF

Tints of Persian Pink #FE75BF

RGB

 RED value IS 254 (99.61% from 255) = 45.2%

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

 BLUE value IS 191 (75% from 255) = 33.99%

R = 45.2%
G = 20.82%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE75BF (or 0xFE75BF) is known color: Persian Pink. HEX triplet: FE, 75 and BF. RGB value is (254,117,191). Sum of RGB (Red+Green+Blue) = 254+117+191=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75BF is #018A40. Grayscale: #A6A6A6. Windows color (decimal): -100929 or 12547582. OLE color: 12547582.

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

Color convert

RGB 254 117 191 -
CMYK 0 0.54 0.25 0.00
HSL 327.59º 0.99% 0.73% -
HSV(B) 327.59º 0.54% 1% -
XYZ 56.64 37.56 53.55 -
YUV 166.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 254 117 191 0 0.54 0.25 0.00 327.59 0.99 0.73
Hex FE 75 BF 0 36 19 0 148 63 49
Octal 376 165 277 0 66 31 0 510 143 111
Binary 11111110 1110101 10111111 0 110110 11001 0 101001000 1100011 1001001

Color Harmonies of #FE75BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE75BF

Black with #FE75BF

Text Example


Text Example

White with #FE75BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE75BF; }

 p { color: rgb(254,117,191); }

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

background-color css

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

 a { background-color: rgb(254,117,191); }

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

border-color css

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

 span { border-color: rgb(254,117,191); }

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