Html Css Color HEX #F562EB Pink Flamingo

📋 copy color: '#F562EB'

red 245 ◦ green 98 ◦ blue 235

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

Shades of Pink Flamingo #F562EB

Tints of Pink Flamingo #F562EB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 16.96%

 BLUE value IS 235 (92.19% from 255) = 40.66%

R = 42.39%
G = 16.96%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F562EB (or 0xF562EB) is known color: Pink Flamingo. HEX triplet: F5, 62 and EB. RGB value is (245,98,235). Sum of RGB (Red+Green+Blue) = 245+98+235=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 98 (38.67% from 255 or 16.96% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F562EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F562EB is #0A9D14. Grayscale: #9D9D9D. Windows color (decimal): -695573 or 15426293. OLE color: 15426293.

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

Color convert

RGB 245 98 235 -
CMYK 0 0.6 0.04 0.04
HSL 304.08º 0.88% 0.67% -
HSV(B) 304.08º 0.6% 0.96% -
XYZ 57.02 34.15 82.18 -
YUV 157.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 245 98 235 0 0.6 0.04 0.04 304.08 0.88 0.67
Hex F5 62 EB 0 3C 4 4 130 58 43
Octal 365 142 353 0 74 4 4 460 130 103
Binary 11110101 1100010 11101011 0 111100 100 100 100110000 1011000 1000011

Color Harmonies of #F562EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F562EB

Black with #F562EB

Text Example


Text Example

White with #F562EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F562EB; }

 p { color: rgb(245,98,235); }

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

background-color css

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

 a { background-color: rgb(245,98,235); }

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

border-color css

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

 span { border-color: rgb(245,98,235); }

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