Html Css Color HEX #F06380 Brink Pink

📋 copy color: '#F06380'

red 240 ◦ green 99 ◦ blue 128

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

Shades of Brink Pink #F06380

Tints of Brink Pink #F06380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.2%

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

R = 51.39%
G = 21.2%
B = 27.41%

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

#F06380 (or 0xF06380) is known color: Brink Pink. HEX triplet: F0, 63 and 80. RGB value is (240,99,128). Sum of RGB (Red+Green+Blue) = 240+99+128=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F06380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06380 is #0F9C7F. Grayscale: #909090. Windows color (decimal): -1023104 or 8414192. OLE color: 8414192.

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

Color convert

RGB 240 99 128 -
CMYK 0 0.59 0.47 0.06
HSL 347.66º 0.82% 0.66% -
HSV(B) 347.66º 0.59% 0.94% -
XYZ 44.29 29.01 23.69 -
YUV 144.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 240 99 128 0 0.59 0.47 0.06 347.66 0.82 0.66
Hex F0 63 80 0 3B 2F 6 15C 52 42
Octal 360 143 200 0 73 57 6 534 122 102
Binary 11110000 1100011 10000000 0 111011 101111 110 101011100 1010010 1000010

Color Harmonies of #F06380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06380

Black with #F06380

Text Example


Text Example

White with #F06380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06380; }

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

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

background-color css

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

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

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

border-color css

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

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

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