Html Css Color HEX #FE75BE Persian Pink

📋 copy color: '#FE75BE'

red 254 ◦ green 117 ◦ blue 190

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

Shades of Persian Pink #FE75BE

Tints of Persian Pink #FE75BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.87%

R = 45.28%
G = 20.86%
B = 33.87%

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

#FE75BE (or 0xFE75BE) is known color: Persian Pink. HEX triplet: FE, 75 and BE. RGB value is (254,117,190). Sum of RGB (Red+Green+Blue) = 254+117+190=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75BE is #018A41. Grayscale: #A6A6A6. Windows color (decimal): -100930 or 12482046. OLE color: 12482046.

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

Color convert

RGB 254 117 190 -
CMYK 0 0.54 0.25 0.00
HSL 328.03º 0.99% 0.73% -
HSV(B) 328.03º 0.54% 1% -
XYZ 56.53 37.51 52.98 -
YUV 166.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 254 117 190 0 0.54 0.25 0.00 328.03 0.99 0.73
Hex FE 75 BE 0 36 19 0 148 63 49
Octal 376 165 276 0 66 31 0 510 143 111
Binary 11111110 1110101 10111110 0 110110 11001 0 101001000 1100011 1001001

Color Harmonies of #FE75BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE75BE

Black with #FE75BE

Text Example


Text Example

White with #FE75BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE75BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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