Html Css Color HEX #F060FF Pink Flamingo

📋 copy color: '#F060FF'

red 240 ◦ green 96 ◦ blue 255

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

Shades of Pink Flamingo #F060FF

Tints of Pink Flamingo #F060FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.24%

 BLUE value IS 255 (100% from 255) = 43.15%

R = 40.61%
G = 16.24%
B = 43.15%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F060FF (or 0xF060FF) is known color: Pink Flamingo. HEX triplet: F0, 60 and FF. RGB value is (240,96,255). Sum of RGB (Red+Green+Blue) = 240+96+255=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 96 (37.89% from 255 or 16.24% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #F060FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F060FF is #0F9F00. Grayscale: #9C9C9C. Windows color (decimal): -1023745 or 16736496. OLE color: 16736496.

HSL color Cylindrical-coordinate representation of color #F060FF: hue angle of 294.34º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F060FF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 96 255 -
CMYK 0.06 0.62 0 0
HSL 294.34º 1% 0.69% -
HSV(B) 294.34º 0.62% 1% -
XYZ 58.17 34.11 98.13 -
YUV 157.18 183.21 187.07 -
System Red Green Blue C M Y K H S L
Decimal 240 96 255 0.06 0.62 0 0 294.34 1 0.69
Hex F0 60 FF 6 3E 0 0 126 64 45
Octal 360 140 377 6 76 0 0 446 144 105
Binary 11110000 1100000 11111111 110 111110 0 0 100100110 1100100 1000101

Color Harmonies of #F060FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060FF

Black with #F060FF

Text Example


Text Example

White with #F060FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060FF; }

 p { color: rgb(240,96,255); }

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

background-color css

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

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

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

border-color css

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

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

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