Html Css Color HEX #F564FE Pink Flamingo

📋 copy color: '#F564FE'

red 245 ◦ green 100 ◦ blue 254

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

Shades of Pink Flamingo #F564FE

Tints of Pink Flamingo #F564FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 16.69%

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

R = 40.9%
G = 16.69%
B = 42.4%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F564FE (or 0xF564FE) is known color: Pink Flamingo. HEX triplet: F5, 64 and FE. RGB value is (245,100,254). Sum of RGB (Red+Green+Blue) = 245+100+254=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 100 (39.45% from 255 or 16.69% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #F564FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F564FE is #0A9B01. Grayscale: #A0A0A0. Windows color (decimal): -695042 or 16671989. OLE color: 16671989.

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

Color convert

RGB 245 100 254 -
CMYK 0.04 0.61 0 0.00
HSL 296.49º 0.99% 0.69% -
HSV(B) 296.49º 0.61% 1% -
XYZ 60.1 35.68 97.49 -
YUV 160.91 180.54 187.98 -
System Red Green Blue C M Y K H S L
Decimal 245 100 254 0.04 0.61 0 0.00 296.49 0.99 0.69
Hex F5 64 FE 4 3D 0 0 128 63 45
Octal 365 144 376 4 75 0 0 450 143 105
Binary 11110101 1100100 11111110 100 111101 0 0 100101000 1100011 1000101

Color Harmonies of #F564FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F564FE

Black with #F564FE

Text Example


Text Example

White with #F564FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F564FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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