Html Css Color HEX #F564FF Pink Flamingo

📋 copy color: '#F564FF'

red 245 ◦ green 100 ◦ blue 255

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

Shades of Pink Flamingo #F564FF

Tints of Pink Flamingo #F564FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.5%

R = 40.83%
G = 16.67%
B = 42.5%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F564FF (or 0xF564FF) is known color: Pink Flamingo. HEX triplet: F5, 64 and FF. RGB value is (245,100,255). Sum of RGB (Red+Green+Blue) = 245+100+255=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 100 (39.45% from 255 or 16.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #F564FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F564FF is #0A9B00. Grayscale: #A0A0A0. Windows color (decimal): -695041 or 16737525. OLE color: 16737525.

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

Color convert

RGB 245 100 255 -
CMYK 0.04 0.61 0 0
HSL 296.13º 1% 0.7% -
HSV(B) 296.13º 0.61% 1% -
XYZ 60.26 35.75 98.33 -
YUV 161.03 181.04 187.9 -
System Red Green Blue C M Y K H S L
Decimal 245 100 255 0.04 0.61 0 0 296.13 1 0.7
Hex F5 64 FF 4 3D 0 0 128 64 46
Octal 365 144 377 4 75 0 0 450 144 106
Binary 11110101 1100100 11111111 100 111101 0 0 100101000 1100100 1000110

Color Harmonies of #F564FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F564FF

Black with #F564FF

Text Example


Text Example

White with #F564FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F564FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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