Html Css Color HEX #FE6AF0 Pink Flamingo

📋 copy color: '#FE6AF0'

red 254 ◦ green 106 ◦ blue 240

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

Shades of Pink Flamingo #FE6AF0

Tints of Pink Flamingo #FE6AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40%

R = 42.33%
G = 17.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE6AF0 (or 0xFE6AF0) is known color: Pink Flamingo. HEX triplet: FE, 6A and F0. RGB value is (254,106,240). Sum of RGB (Red+Green+Blue) = 254+106+240=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 106 (41.80% from 255 or 17.67% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6AF0 is #01950F. Grayscale: #A5A5A5. Windows color (decimal): -103696 or 15756030. OLE color: 15756030.

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

Color convert

RGB 254 106 240 -
CMYK 0 0.58 0.06 0.00
HSL 305.68º 0.99% 0.71% -
HSV(B) 305.68º 0.58% 1% -
XYZ 61.76 37.67 86.45 -
YUV 165.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 254 106 240 0 0.58 0.06 0.00 305.68 0.99 0.71
Hex FE 6A F0 0 3A 6 0 132 63 47
Octal 376 152 360 0 72 6 0 462 143 107
Binary 11111110 1101010 11110000 0 111010 110 0 100110010 1100011 1000111

Color Harmonies of #FE6AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6AF0

Black with #FE6AF0

Text Example


Text Example

White with #FE6AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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