Html Css Color HEX #F56AF4 Pink Flamingo

📋 copy color: '#F56AF4'

red 245 ◦ green 106 ◦ blue 244

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

Shades of Pink Flamingo #F56AF4

Tints of Pink Flamingo #F56AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.01%

R = 41.18%
G = 17.82%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#F56AF4 (or 0xF56AF4) is known color: Pink Flamingo. HEX triplet: F5, 6A and F4. RGB value is (245,106,244). Sum of RGB (Red+Green+Blue) = 245+106+244=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 106 (41.80% from 255 or 17.82% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F56AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56AF4 is #0A950B. Grayscale: #A2A2A2. Windows color (decimal): -693516 or 16018165. OLE color: 16018165.

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

Color convert

RGB 245 106 244 -
CMYK 0 0.57 0.00 0.04
HSL 300.43º 0.87% 0.69% -
HSV(B) 300.43º 0.57% 0.96% -
XYZ 59.14 36.25 89.47 -
YUV 163.29 173.55 186.28 -
System Red Green Blue C M Y K H S L
Decimal 245 106 244 0 0.57 0.00 0.04 300.43 0.87 0.69
Hex F5 6A F4 0 39 0 4 12C 57 45
Octal 365 152 364 0 71 0 4 454 127 105
Binary 11110101 1101010 11110100 0 111001 0 100 100101100 1010111 1000101

Color Harmonies of #F56AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56AF4

Black with #F56AF4

Text Example


Text Example

White with #F56AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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