Html Css Color HEX #F564ED Pink Flamingo

📋 copy color: '#F564ED'

red 245 ◦ green 100 ◦ blue 237

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

Shades of Pink Flamingo #F564ED

Tints of Pink Flamingo #F564ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.72%

R = 42.1%
G = 17.18%
B = 40.72%

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

#F564ED (or 0xF564ED) is known color: Pink Flamingo. HEX triplet: F5, 64 and ED. RGB value is (245,100,237). Sum of RGB (Red+Green+Blue) = 245+100+237=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 100 (39.45% from 255 or 17.18% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F564ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F564ED is #0A9B12. Grayscale: #9E9E9E. Windows color (decimal): -695059 or 15557877. OLE color: 15557877.

HSL color Cylindrical-coordinate representation of color #F564ED: hue angle of 303.31º 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 #F564ED is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 100 237 -
CMYK 0 0.59 0.03 0.04
HSL 303.31º 0.88% 0.68% -
HSV(B) 303.31º 0.59% 0.96% -
XYZ 57.5 34.64 83.78 -
YUV 158.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 245 100 237 0 0.59 0.03 0.04 303.31 0.88 0.68
Hex F5 64 ED 0 3B 3 4 12F 58 44
Octal 365 144 355 0 73 3 4 457 130 104
Binary 11110101 1100100 11101101 0 111011 11 100 100101111 1011000 1000100

Color Harmonies of #F564ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F564ED

Black with #F564ED

Text Example


Text Example

White with #F564ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F564ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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