Html Css Color HEX #FE6AF8 Pink Flamingo

📋 copy color: '#FE6AF8'

red 254 ◦ green 106 ◦ blue 248

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

Shades of Pink Flamingo #FE6AF8

Tints of Pink Flamingo #FE6AF8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.43%

 BLUE value IS 248 (97.27% from 255) = 40.79%

R = 41.78%
G = 17.43%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE6AF8 (or 0xFE6AF8) is known color: Pink Flamingo. HEX triplet: FE, 6A and F8. RGB value is (254,106,248). Sum of RGB (Red+Green+Blue) = 254+106+248=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 106 (41.80% from 255 or 17.43% from 608); Blue value is 248 (97.27% from 255 or 40.79% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6AF8 is #019507. Grayscale: #A6A6A6. Windows color (decimal): -103688 or 16280318. OLE color: 16280318.

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

Color convert

RGB 254 106 248 -
CMYK 0 0.58 0.02 0.00
HSL 302.43º 0.99% 0.71% -
HSV(B) 302.43º 0.58% 1% -
XYZ 62.97 38.16 92.85 -
YUV 166.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 254 106 248 0 0.58 0.02 0.00 302.43 0.99 0.71
Hex FE 6A F8 0 3A 2 0 12E 63 47
Octal 376 152 370 0 72 2 0 456 143 107
Binary 11111110 1101010 11111000 0 111010 10 0 100101110 1100011 1000111

Color Harmonies of #FE6AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6AF8

Black with #FE6AF8

Text Example


Text Example

White with #FE6AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6AF8; }

 p { color: rgb(254,106,248); }

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

background-color css

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

 a { background-color: rgb(254,106,248); }

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

border-color css

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

 span { border-color: rgb(254,106,248); }

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