Html Css Color HEX #F060F5 Pink Flamingo

📋 copy color: '#F060F5'

red 240 ◦ green 96 ◦ blue 245

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

Shades of Pink Flamingo #F060F5

Tints of Pink Flamingo #F060F5

RGB

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

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

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

R = 41.31%
G = 16.52%
B = 42.17%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F060F5 (or 0xF060F5) is known color: Pink Flamingo. HEX triplet: F0, 60 and F5. RGB value is (240,96,245). Sum of RGB (Red+Green+Blue) = 240+96+245=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 96 (37.89% from 255 or 16.52% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 245 - color contains mainly: blue. Hex color #F060F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F060F5 is #0F9F0A. Grayscale: #9B9B9B. Windows color (decimal): -1023755 or 16081136. OLE color: 16081136.

HSL color Cylindrical-coordinate representation of color #F060F5: hue angle of 297.99º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F060F5 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 96 245 -
CMYK 0.02 0.61 0 0.04
HSL 297.99º 0.88% 0.67% -
HSV(B) 297.99º 0.61% 0.96% -
XYZ 56.6 33.48 89.87 -
YUV 156.04 178.21 187.88 -
System Red Green Blue C M Y K H S L
Decimal 240 96 245 0.02 0.61 0 0.04 297.99 0.88 0.67
Hex F0 60 F5 2 3D 0 4 12A 58 43
Octal 360 140 365 2 75 0 4 452 130 103
Binary 11110000 1100000 11110101 10 111101 0 100 100101010 1011000 1000011

Color Harmonies of #F060F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060F5

Black with #F060F5

Text Example


Text Example

White with #F060F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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