Html Css Color HEX #F06980 Brink Pink

📋 copy color: '#F06980'

red 240 ◦ green 105 ◦ blue 128

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

Shades of Brink Pink #F06980

Tints of Brink Pink #F06980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.2%

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

R = 50.74%
G = 22.2%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F06980 (or 0xF06980) is known color: Brink Pink. HEX triplet: F0, 69 and 80. RGB value is (240,105,128). Sum of RGB (Red+Green+Blue) = 240+105+128=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F06980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06980 is #0F967F. Grayscale: #949494. Windows color (decimal): -1021568 or 8415728. OLE color: 8415728.

HSL color Cylindrical-coordinate representation of color #F06980: hue angle of 349.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06980 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 128 -
CMYK 0 0.56 0.47 0.06
HSL 349.78º 0.82% 0.68% -
HSV(B) 349.78º 0.56% 0.94% -
XYZ 44.88 30.19 23.88 -
YUV 147.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 240 105 128 0 0.56 0.47 0.06 349.78 0.82 0.68
Hex F0 69 80 0 38 2F 6 15E 52 44
Octal 360 151 200 0 70 57 6 536 122 104
Binary 11110000 1101001 10000000 0 111000 101111 110 101011110 1010010 1000100

Color Harmonies of #F06980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06980

Black with #F06980

Text Example


Text Example

White with #F06980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06980; }

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

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

background-color css

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

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

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

border-color css

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

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

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