Html Css Color HEX #F564EE Pink Flamingo

📋 copy color: '#F564EE'

red 245 ◦ green 100 ◦ blue 238

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

Shades of Pink Flamingo #F564EE

Tints of Pink Flamingo #F564EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.82%

R = 42.02%
G = 17.15%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F564EE (or 0xF564EE) is known color: Pink Flamingo. HEX triplet: F5, 64 and EE. RGB value is (245,100,238). Sum of RGB (Red+Green+Blue) = 245+100+238=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 100 (39.45% from 255 or 17.15% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F564EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F564EE is #0A9B11. Grayscale: #9E9E9E. Windows color (decimal): -695058 or 15623413. OLE color: 15623413.

HSL color Cylindrical-coordinate representation of color #F564EE: hue angle of 302.9º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F564EE is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 100 238 -
CMYK 0 0.59 0.03 0.04
HSL 302.9º 0.88% 0.68% -
HSV(B) 302.9º 0.59% 0.96% -
XYZ 57.65 34.7 84.55 -
YUV 159.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 245 100 238 0 0.59 0.03 0.04 302.9 0.88 0.68
Hex F5 64 EE 0 3B 3 4 12F 58 44
Octal 365 144 356 0 73 3 4 457 130 104
Binary 11110101 1100100 11101110 0 111011 11 100 100101111 1011000 1000100

Color Harmonies of #F564EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F564EE

Black with #F564EE

Text Example


Text Example

White with #F564EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F564EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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