Html Css Color HEX #F565ED Pink Flamingo

📋 copy color: '#F565ED'

red 245 ◦ green 101 ◦ blue 237

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

Shades of Pink Flamingo #F565ED

Tints of Pink Flamingo #F565ED

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.32%

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

R = 42.02%
G = 17.32%
B = 40.65%

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

#F565ED (or 0xF565ED) is known color: Pink Flamingo. HEX triplet: F5, 65 and ED. RGB value is (245,101,237). Sum of RGB (Red+Green+Blue) = 245+101+237=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 101 (39.84% from 255 or 17.32% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F565ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F565ED is #0A9A12. Grayscale: #9F9F9F. Windows color (decimal): -694803 or 15558133. OLE color: 15558133.

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

Color convert

RGB 245 101 237 -
CMYK 0 0.59 0.03 0.04
HSL 303.33º 0.88% 0.68% -
HSV(B) 303.33º 0.59% 0.96% -
XYZ 57.6 34.83 83.81 -
YUV 159.56 171.71 188.94 -
System Red Green Blue C M Y K H S L
Decimal 245 101 237 0 0.59 0.03 0.04 303.33 0.88 0.68
Hex F5 65 ED 0 3B 3 4 12F 58 44
Octal 365 145 355 0 73 3 4 457 130 104
Binary 11110101 1100101 11101101 0 111011 11 100 100101111 1011000 1000100

Color Harmonies of #F565ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F565ED

Black with #F565ED

Text Example


Text Example

White with #F565ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F565ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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