Html Css Color HEX #F56AFE Pink Flamingo

📋 copy color: '#F56AFE'

red 245 ◦ green 106 ◦ blue 254

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

Shades of Pink Flamingo #F56AFE

Tints of Pink Flamingo #F56AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.98%

R = 40.5%
G = 17.52%
B = 41.98%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F56AFE (or 0xF56AFE) is known color: Pink Flamingo. HEX triplet: F5, 6A and FE. RGB value is (245,106,254). Sum of RGB (Red+Green+Blue) = 245+106+254=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 106 (41.80% from 255 or 17.52% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #F56AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56AFE is #0A9501. Grayscale: #A3A3A3. Windows color (decimal): -693506 or 16673525. OLE color: 16673525.

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

Color convert

RGB 245 106 254 -
CMYK 0.04 0.58 0 0.00
HSL 296.35º 0.99% 0.71% -
HSV(B) 296.35º 0.58% 1% -
XYZ 60.7 36.88 97.68 -
YUV 164.43 178.55 185.47 -
System Red Green Blue C M Y K H S L
Decimal 245 106 254 0.04 0.58 0 0.00 296.35 0.99 0.71
Hex F5 6A FE 4 3A 0 0 128 63 47
Octal 365 152 376 4 72 0 0 450 143 107
Binary 11110101 1101010 11111110 100 111010 0 0 100101000 1100011 1000111

Color Harmonies of #F56AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56AFE

Black with #F56AFE

Text Example


Text Example

White with #F56AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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