Html Css Color HEX #F062FC Pink Flamingo

📋 copy color: '#F062FC'

red 240 ◦ green 98 ◦ blue 252

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

Shades of Pink Flamingo #F062FC

Tints of Pink Flamingo #F062FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.71%

R = 40.68%
G = 16.61%
B = 42.71%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F062FC (or 0xF062FC) is known color: Pink Flamingo. HEX triplet: F0, 62 and FC. RGB value is (240,98,252). Sum of RGB (Red+Green+Blue) = 240+98+252=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 98 (38.67% from 255 or 16.61% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #F062FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F062FC is #0F9D03. Grayscale: #9D9D9D. Windows color (decimal): -1023236 or 16540400. OLE color: 16540400.

HSL color Cylindrical-coordinate representation of color #F062FC: hue angle of 295.32º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F062FC is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 98 252 -
CMYK 0.05 0.61 0 0.01
HSL 295.32º 0.96% 0.69% -
HSV(B) 295.32º 0.61% 0.99% -
XYZ 57.87 34.29 95.66 -
YUV 158.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 240 98 252 0.05 0.61 0 0.01 295.32 0.96 0.69
Hex F0 62 FC 5 3D 0 1 127 60 45
Octal 360 142 374 5 75 0 1 447 140 105
Binary 11110000 1100010 11111100 101 111101 0 1 100100111 1100000 1000101

Color Harmonies of #F062FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062FC

Black with #F062FC

Text Example


Text Example

White with #F062FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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