Html Css Color HEX #F06780 Brink Pink

📋 copy color: '#F06780'

red 240 ◦ green 103 ◦ blue 128

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

Shades of Brink Pink #F06780

Tints of Brink Pink #F06780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.87%

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

R = 50.96%
G = 21.87%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F06780 (or 0xF06780) is known color: Brink Pink. HEX triplet: F0, 67 and 80. RGB value is (240,103,128). Sum of RGB (Red+Green+Blue) = 240+103+128=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F06780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06780 is #0F987F. Grayscale: #929292. Windows color (decimal): -1022080 or 8415216. OLE color: 8415216.

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

Color convert

RGB 240 103 128 -
CMYK 0 0.57 0.47 0.06
HSL 349.05º 0.82% 0.67% -
HSV(B) 349.05º 0.57% 0.94% -
XYZ 44.68 29.78 23.82 -
YUV 146.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 240 103 128 0 0.57 0.47 0.06 349.05 0.82 0.67
Hex F0 67 80 0 39 2F 6 15D 52 43
Octal 360 147 200 0 71 57 6 535 122 103
Binary 11110000 1100111 10000000 0 111001 101111 110 101011101 1010010 1000011

Color Harmonies of #F06780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06780

Black with #F06780

Text Example


Text Example

White with #F06780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06780; }

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

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

background-color css

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

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

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

border-color css

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

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

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