Html Css Color HEX #F06280 Brink Pink

📋 copy color: '#F06280'

red 240 ◦ green 98 ◦ blue 128

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

Shades of Brink Pink #F06280

Tints of Brink Pink #F06280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.47%

R = 51.5%
G = 21.03%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F06280 (or 0xF06280) is known color: Brink Pink. HEX triplet: F0, 62 and 80. RGB value is (240,98,128). Sum of RGB (Red+Green+Blue) = 240+98+128=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F06280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06280 is #0F9D7F. Grayscale: #8F8F8F. Windows color (decimal): -1023360 or 8413936. OLE color: 8413936.

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

Color convert

RGB 240 98 128 -
CMYK 0 0.59 0.47 0.06
HSL 347.32º 0.83% 0.66% -
HSV(B) 347.32º 0.59% 0.94% -
XYZ 44.2 28.82 23.66 -
YUV 143.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 240 98 128 0 0.59 0.47 0.06 347.32 0.83 0.66
Hex F0 62 80 0 3B 2F 6 15B 53 42
Octal 360 142 200 0 73 57 6 533 123 102
Binary 11110000 1100010 10000000 0 111011 101111 110 101011011 1010011 1000010

Color Harmonies of #F06280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06280

Black with #F06280

Text Example


Text Example

White with #F06280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06280; }

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

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

background-color css

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

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

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

border-color css

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

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

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