Html Css Color HEX #F561FE Pink Flamingo

📋 copy color: '#F561FE'

red 245 ◦ green 97 ◦ blue 254

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

Shades of Pink Flamingo #F561FE

Tints of Pink Flamingo #F561FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.28%

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

R = 41.11%
G = 16.28%
B = 42.62%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F561FE (or 0xF561FE) is known color: Pink Flamingo. HEX triplet: F5, 61 and FE. RGB value is (245,97,254). Sum of RGB (Red+Green+Blue) = 245+97+254=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 97 (38.28% from 255 or 16.28% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #F561FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F561FE is #0A9E01. Grayscale: #9E9E9E. Windows color (decimal): -695810 or 16671221. OLE color: 16671221.

HSL color Cylindrical-coordinate representation of color #F561FE: hue angle of 296.56º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F561FE is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 97 254 -
CMYK 0.04 0.62 0 0.00
HSL 296.56º 0.99% 0.69% -
HSV(B) 296.56º 0.62% 1% -
XYZ 59.82 35.12 97.39 -
YUV 159.15 181.53 189.23 -
System Red Green Blue C M Y K H S L
Decimal 245 97 254 0.04 0.62 0 0.00 296.56 0.99 0.69
Hex F5 61 FE 4 3E 0 0 129 63 45
Octal 365 141 376 4 76 0 0 451 143 105
Binary 11110101 1100001 11111110 100 111110 0 0 100101001 1100011 1000101

Color Harmonies of #F561FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F561FE

Black with #F561FE

Text Example


Text Example

White with #F561FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F561FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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