Html Css Color HEX #FE5FE7 Pink Flamingo

📋 copy color: '#FE5FE7'

red 254 ◦ green 95 ◦ blue 231

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

Shades of Pink Flamingo #FE5FE7

Tints of Pink Flamingo #FE5FE7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.38%

 BLUE value IS 231 (90.63% from 255) = 39.83%

R = 43.79%
G = 16.38%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE5FE7 (or 0xFE5FE7) is known color: Pink Flamingo. HEX triplet: FE, 5F and E7. RGB value is (254,95,231). Sum of RGB (Red+Green+Blue) = 254+95+231=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 95 (37.5% from 255 or 16.38% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5FE7 is #01A018. Grayscale: #9D9D9D. Windows color (decimal): -106521 or 15163390. OLE color: 15163390.

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

Color convert

RGB 254 95 231 -
CMYK 0 0.63 0.09 0.00
HSL 308.68º 0.99% 0.68% -
HSV(B) 308.68º 0.63% 1% -
XYZ 59.39 35.02 79.23 -
YUV 158.05 169.18 196.44 -
System Red Green Blue C M Y K H S L
Decimal 254 95 231 0 0.63 0.09 0.00 308.68 0.99 0.68
Hex FE 5F E7 0 3F 9 0 135 63 44
Octal 376 137 347 0 77 11 0 465 143 104
Binary 11111110 1011111 11100111 0 111111 1001 0 100110101 1100011 1000100

Color Harmonies of #FE5FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FE7

Black with #FE5FE7

Text Example


Text Example

White with #FE5FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FE7; }

 p { color: rgb(254,95,231); }

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

background-color css

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

 a { background-color: rgb(254,95,231); }

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

border-color css

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

 span { border-color: rgb(254,95,231); }

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