Html Css Color HEX #F062F0 Pink Flamingo

📋 copy color: '#F062F0'

red 240 ◦ green 98 ◦ blue 240

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

Shades of Pink Flamingo #F062F0

Tints of Pink Flamingo #F062F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.52%

R = 41.52%
G = 16.96%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F062F0 (or 0xF062F0) is known color: Pink Flamingo. HEX triplet: F0, 62 and F0. RGB value is (240,98,240). Sum of RGB (Red+Green+Blue) = 240+98+240=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 98 (38.67% from 255 or 16.96% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F062F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F062F0 is #0F9D0F. Grayscale: #9C9C9C. Windows color (decimal): -1023248 or 15753968. OLE color: 15753968.

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

Color convert

RGB 240 98 240 -
CMYK 0 0.59 0 0.06
HSL 300º 0.83% 0.66% -
HSV(B) 300º 0.59% 0.94% -
XYZ 56.03 33.55 85.96 -
YUV 156.65 175.04 187.45 -
System Red Green Blue C M Y K H S L
Decimal 240 98 240 0 0.59 0 0.06 300 0.83 0.66
Hex F0 62 F0 0 3B 0 6 12C 53 42
Octal 360 142 360 0 73 0 6 454 123 102
Binary 11110000 1100010 11110000 0 111011 0 110 100101100 1010011 1000010

Color Harmonies of #F062F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062F0

Black with #F062F0

Text Example


Text Example

White with #F062F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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