Html Css Color HEX #F565EC Pink Flamingo

📋 copy color: '#F565EC'

red 245 ◦ green 101 ◦ blue 236

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

Shades of Pink Flamingo #F565EC

Tints of Pink Flamingo #F565EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.55%

R = 42.1%
G = 17.35%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F565EC (or 0xF565EC) is known color: Pink Flamingo. HEX triplet: F5, 65 and EC. RGB value is (245,101,236). Sum of RGB (Red+Green+Blue) = 245+101+236=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 101 (39.84% from 255 or 17.35% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F565EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F565EC is #0A9A13. Grayscale: #9F9F9F. Windows color (decimal): -694804 or 15492597. OLE color: 15492597.

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

Color convert

RGB 245 101 236 -
CMYK 0 0.59 0.04 0.04
HSL 303.75º 0.88% 0.68% -
HSV(B) 303.75º 0.59% 0.96% -
XYZ 57.45 34.78 83.04 -
YUV 159.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 245 101 236 0 0.59 0.04 0.04 303.75 0.88 0.68
Hex F5 65 EC 0 3B 4 4 130 58 44
Octal 365 145 354 0 73 4 4 460 130 104
Binary 11110101 1100101 11101100 0 111011 100 100 100110000 1011000 1000100

Color Harmonies of #F565EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F565EC

Black with #F565EC

Text Example


Text Example

White with #F565EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F565EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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