Html Css Color HEX #F06C80 Brink Pink

📋 copy color: '#F06C80'

red 240 ◦ green 108 ◦ blue 128

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

Shades of Brink Pink #F06C80

Tints of Brink Pink #F06C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.69%

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

R = 50.42%
G = 22.69%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F06C80 (or 0xF06C80) is known color: Brink Pink. HEX triplet: F0, 6C and 80. RGB value is (240,108,128). Sum of RGB (Red+Green+Blue) = 240+108+128=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C80 is #0F937F. Grayscale: #959595. Windows color (decimal): -1020800 or 8416496. OLE color: 8416496.

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

Color convert

RGB 240 108 128 -
CMYK 0 0.55 0.47 0.06
HSL 350.91º 0.81% 0.68% -
HSV(B) 350.91º 0.55% 0.94% -
XYZ 45.19 30.81 23.99 -
YUV 149.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 240 108 128 0 0.55 0.47 0.06 350.91 0.81 0.68
Hex F0 6C 80 0 37 2F 6 15F 51 44
Octal 360 154 200 0 67 57 6 537 121 104
Binary 11110000 1101100 10000000 0 110111 101111 110 101011111 1010001 1000100

Color Harmonies of #F06C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C80

Black with #F06C80

Text Example


Text Example

White with #F06C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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