Html Css Color HEX #F06A80 Brink Pink

📋 copy color: '#F06A80'

red 240 ◦ green 106 ◦ blue 128

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

Shades of Brink Pink #F06A80

Tints of Brink Pink #F06A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.36%

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

R = 50.63%
G = 22.36%
B = 27%

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

#F06A80 (or 0xF06A80) is known color: Brink Pink. HEX triplet: F0, 6A and 80. RGB value is (240,106,128). Sum of RGB (Red+Green+Blue) = 240+106+128=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06A80 is #0F957F. Grayscale: #949494. Windows color (decimal): -1021312 or 8415984. OLE color: 8415984.

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

Color convert

RGB 240 106 128 -
CMYK 0 0.56 0.47 0.06
HSL 350.15º 0.82% 0.68% -
HSV(B) 350.15º 0.56% 0.94% -
XYZ 44.99 30.39 23.92 -
YUV 148.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 240 106 128 0 0.56 0.47 0.06 350.15 0.82 0.68
Hex F0 6A 80 0 38 2F 6 15E 52 44
Octal 360 152 200 0 70 57 6 536 122 104
Binary 11110000 1101010 10000000 0 111000 101111 110 101011110 1010010 1000100

Color Harmonies of #F06A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A80

Black with #F06A80

Text Example


Text Example

White with #F06A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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