Html Css Color HEX #F564FC Pink Flamingo

📋 copy color: '#F564FC'

red 245 ◦ green 100 ◦ blue 252

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

Shades of Pink Flamingo #F564FC

Tints of Pink Flamingo #F564FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.21%

R = 41.04%
G = 16.75%
B = 42.21%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F564FC (or 0xF564FC) is known color: Pink Flamingo. HEX triplet: F5, 64 and FC. RGB value is (245,100,252). Sum of RGB (Red+Green+Blue) = 245+100+252=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 100 (39.45% from 255 or 16.75% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #F564FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F564FC is #0A9B03. Grayscale: #A0A0A0. Windows color (decimal): -695044 or 16540917. OLE color: 16540917.

HSL color Cylindrical-coordinate representation of color #F564FC: hue angle of 297.24º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F564FC is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 100 252 -
CMYK 0.03 0.60 0 0.01
HSL 297.24º 0.96% 0.69% -
HSV(B) 297.24º 0.6% 0.99% -
XYZ 59.78 35.56 95.81 -
YUV 160.68 179.54 188.14 -
System Red Green Blue C M Y K H S L
Decimal 245 100 252 0.03 0.60 0 0.01 297.24 0.96 0.69
Hex F5 64 FC 3 3C 0 1 129 60 45
Octal 365 144 374 3 74 0 1 451 140 105
Binary 11110101 1100100 11111100 11 111100 0 1 100101001 1100000 1000101

Color Harmonies of #F564FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F564FC

Black with #F564FC

Text Example


Text Example

White with #F564FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F564FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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