Html Css Color HEX #F062EF Pink Flamingo

📋 copy color: '#F062EF'

red 240 ◦ green 98 ◦ blue 239

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

Shades of Pink Flamingo #F062EF

Tints of Pink Flamingo #F062EF

RGB

 RED value IS 240 (94.14% from 255) = 41.59%

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

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 41.59%
G = 16.98%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F062EF (or 0xF062EF) is known color: Pink Flamingo. HEX triplet: F0, 62 and EF. RGB value is (240,98,239). Sum of RGB (Red+Green+Blue) = 240+98+239=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 98 (38.67% from 255 or 16.98% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F062EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F062EF is #0F9D10. Grayscale: #9C9C9C. Windows color (decimal): -1023249 or 15688432. OLE color: 15688432.

HSL color Cylindrical-coordinate representation of color #F062EF: hue angle of 300.42º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062EF is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 239 -
CMYK 0 0.59 0.00 0.06
HSL 300.42º 0.83% 0.66% -
HSV(B) 300.42º 0.59% 0.94% -
XYZ 55.88 33.49 85.18 -
YUV 156.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 240 98 239 0 0.59 0.00 0.06 300.42 0.83 0.66
Hex F0 62 EF 0 3B 0 6 12C 53 42
Octal 360 142 357 0 73 0 6 454 123 102
Binary 11110000 1100010 11101111 0 111011 0 110 100101100 1010011 1000010

Color Harmonies of #F062EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062EF

Black with #F062EF

Text Example


Text Example

White with #F062EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062EF; }

 p { color: rgb(240,98,239); }

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

background-color css

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

 a { background-color: rgb(240,98,239); }

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

border-color css

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

 span { border-color: rgb(240,98,239); }

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