Html Css Color HEX #F562EE Pink Flamingo

📋 copy color: '#F562EE'

red 245 ◦ green 98 ◦ blue 238

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

Shades of Pink Flamingo #F562EE

Tints of Pink Flamingo #F562EE

RGB

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

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

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

R = 42.17%
G = 16.87%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F562EE (or 0xF562EE) is known color: Pink Flamingo. HEX triplet: F5, 62 and EE. RGB value is (245,98,238). Sum of RGB (Red+Green+Blue) = 245+98+238=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 98 (38.67% from 255 or 16.87% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F562EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F562EE is #0A9D11. Grayscale: #9D9D9D. Windows color (decimal): -695570 or 15622901. OLE color: 15622901.

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

Color convert

RGB 245 98 238 -
CMYK 0 0.6 0.03 0.04
HSL 302.86º 0.88% 0.67% -
HSV(B) 302.86º 0.6% 0.96% -
XYZ 57.46 34.32 84.49 -
YUV 157.91 173.2 190.12 -
System Red Green Blue C M Y K H S L
Decimal 245 98 238 0 0.6 0.03 0.04 302.86 0.88 0.67
Hex F5 62 EE 0 3C 3 4 12F 58 43
Octal 365 142 356 0 74 3 4 457 130 103
Binary 11110101 1100010 11101110 0 111100 11 100 100101111 1011000 1000011

Color Harmonies of #F562EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F562EE

Black with #F562EE

Text Example


Text Example

White with #F562EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F562EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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