Html Css Color HEX #F56AEB Pink Flamingo

📋 copy color: '#F56AEB'

red 245 ◦ green 106 ◦ blue 235

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

Shades of Pink Flamingo #F56AEB

Tints of Pink Flamingo #F56AEB

RGB

 RED value IS 245 (96.09% from 255) = 41.81%

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

 BLUE value IS 235 (92.19% from 255) = 40.1%

R = 41.81%
G = 18.09%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F56AEB (or 0xF56AEB) is known color: Pink Flamingo. HEX triplet: F5, 6A and EB. RGB value is (245,106,235). Sum of RGB (Red+Green+Blue) = 245+106+235=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 106 (41.80% from 255 or 18.09% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F56AEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56AEB is #0A9514. Grayscale: #A1A1A1. Windows color (decimal): -693525 or 15428341. OLE color: 15428341.

HSL color Cylindrical-coordinate representation of color #F56AEB: hue angle of 304.32º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56AEB is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 106 235 -
CMYK 0 0.57 0.04 0.04
HSL 304.32º 0.87% 0.69% -
HSV(B) 304.32º 0.57% 0.96% -
XYZ 57.81 35.72 82.44 -
YUV 162.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 245 106 235 0 0.57 0.04 0.04 304.32 0.87 0.69
Hex F5 6A EB 0 39 4 4 130 57 45
Octal 365 152 353 0 71 4 4 460 127 105
Binary 11110101 1101010 11101011 0 111001 100 100 100110000 1010111 1000101

Color Harmonies of #F56AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56AEB

Black with #F56AEB

Text Example


Text Example

White with #F56AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56AEB; }

 p { color: rgb(245,106,235); }

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

background-color css

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

 a { background-color: rgb(245,106,235); }

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

border-color css

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

 span { border-color: rgb(245,106,235); }

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