Html Css Color HEX #FE6AF9 Pink Flamingo

📋 copy color: '#FE6AF9'

red 254 ◦ green 106 ◦ blue 249

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

Shades of Pink Flamingo #FE6AF9

Tints of Pink Flamingo #FE6AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.89%

R = 41.71%
G = 17.41%
B = 40.89%

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

#FE6AF9 (or 0xFE6AF9) is known color: Pink Flamingo. HEX triplet: FE, 6A and F9. RGB value is (254,106,249). Sum of RGB (Red+Green+Blue) = 254+106+249=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 106 (41.80% from 255 or 17.41% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6AF9 is #019506. Grayscale: #A6A6A6. Windows color (decimal): -103687 or 16345854. OLE color: 16345854.

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

Color convert

RGB 254 106 249 -
CMYK 0 0.58 0.02 0.00
HSL 302.03º 0.99% 0.71% -
HSV(B) 302.03º 0.58% 1% -
XYZ 63.13 38.22 93.67 -
YUV 166.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 254 106 249 0 0.58 0.02 0.00 302.03 0.99 0.71
Hex FE 6A F9 0 3A 2 0 12E 63 47
Octal 376 152 371 0 72 2 0 456 143 107
Binary 11111110 1101010 11111001 0 111010 10 0 100101110 1100011 1000111

Color Harmonies of #FE6AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6AF9

Black with #FE6AF9

Text Example


Text Example

White with #FE6AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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