Html Css Color HEX #FE5FE6 Pink Flamingo

📋 copy color: '#FE5FE6'

red 254 ◦ green 95 ◦ blue 230

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

Shades of Pink Flamingo #FE5FE6

Tints of Pink Flamingo #FE5FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.72%

R = 43.87%
G = 16.41%
B = 39.72%

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

#FE5FE6 (or 0xFE5FE6) is known color: Pink Flamingo. HEX triplet: FE, 5F and E6. RGB value is (254,95,230). Sum of RGB (Red+Green+Blue) = 254+95+230=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 95 (37.5% from 255 or 16.41% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5FE6 is #01A019. Grayscale: #9D9D9D. Windows color (decimal): -106522 or 15097854. OLE color: 15097854.

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

Color convert

RGB 254 95 230 -
CMYK 0 0.63 0.09 0.00
HSL 309.06º 0.99% 0.68% -
HSV(B) 309.06º 0.63% 1% -
XYZ 59.25 34.97 78.49 -
YUV 157.93 168.68 196.52 -
System Red Green Blue C M Y K H S L
Decimal 254 95 230 0 0.63 0.09 0.00 309.06 0.99 0.68
Hex FE 5F E6 0 3F 9 0 135 63 44
Octal 376 137 346 0 77 11 0 465 143 104
Binary 11111110 1011111 11100110 0 111111 1001 0 100110101 1100011 1000100

Color Harmonies of #FE5FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FE6

Black with #FE5FE6

Text Example


Text Example

White with #FE5FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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