Html Css Color HEX #FE69F9 Pink Flamingo

📋 copy color: '#FE69F9'

red 254 ◦ green 105 ◦ blue 249

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

Shades of Pink Flamingo #FE69F9

Tints of Pink Flamingo #FE69F9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.27%

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

R = 41.78%
G = 17.27%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE69F9 (or 0xFE69F9) is known color: Pink Flamingo. HEX triplet: FE, 69 and F9. RGB value is (254,105,249). Sum of RGB (Red+Green+Blue) = 254+105+249=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 105 (41.41% from 255 or 17.27% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE69F9 is #019606. Grayscale: #A5A5A5. Windows color (decimal): -103943 or 16345598. OLE color: 16345598.

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

Color convert

RGB 254 105 249 -
CMYK 0 0.59 0.02 0.00
HSL 302.01º 0.99% 0.7% -
HSV(B) 302.01º 0.59% 1% -
XYZ 63.02 38.01 93.64 -
YUV 165.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 254 105 249 0 0.59 0.02 0.00 302.01 0.99 0.7
Hex FE 69 F9 0 3B 2 0 12E 63 46
Octal 376 151 371 0 73 2 0 456 143 106
Binary 11111110 1101001 11111001 0 111011 10 0 100101110 1100011 1000110

Color Harmonies of #FE69F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE69F9

Black with #FE69F9

Text Example


Text Example

White with #FE69F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE69F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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