Html Css Color HEX #FF6AE9 Pink Flamingo

📋 copy color: '#FF6AE9'

red 255 ◦ green 106 ◦ blue 233

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

Shades of Pink Flamingo #FF6AE9

Tints of Pink Flamingo #FF6AE9

RGB

 RED value IS 255 (100% from 255) = 42.93%

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

 BLUE value IS 233 (91.41% from 255) = 39.23%

R = 42.93%
G = 17.85%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF6AE9 (or 0xFF6AE9) is known color: Pink Flamingo. HEX triplet: FF, 6A and E9. RGB value is (255,106,233). Sum of RGB (Red+Green+Blue) = 255+106+233=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 106 (41.80% from 255 or 17.85% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AE9 is #009516. Grayscale: #A4A4A4. Windows color (decimal): -38167 or 15297279. OLE color: 15297279.

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

Color convert

RGB 255 106 233 -
CMYK 0 0.58 0.09 0
HSL 308.86º 1% 0.71% -
HSV(B) 308.86º 0.58% 1% -
XYZ 61.1 37.45 81.1 -
YUV 165.03 166.36 192.17 -
System Red Green Blue C M Y K H S L
Decimal 255 106 233 0 0.58 0.09 0 308.86 1 0.71
Hex FF 6A E9 0 3A 9 0 135 64 47
Octal 377 152 351 0 72 11 0 465 144 107
Binary 11111111 1101010 11101001 0 111010 1001 0 100110101 1100100 1000111

Color Harmonies of #FF6AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6AE9

Black with #FF6AE9

Text Example


Text Example

White with #FF6AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6AE9; }

 p { color: rgb(255,106,233); }

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

background-color css

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

 a { background-color: rgb(255,106,233); }

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

border-color css

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

 span { border-color: rgb(255,106,233); }

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