Html Css Color HEX #F06376 Brink Pink

📋 copy color: '#F06376'

red 240 ◦ green 99 ◦ blue 118

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

Shades of Brink Pink #F06376

Tints of Brink Pink #F06376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.82%

R = 52.52%
G = 21.66%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F06376 (or 0xF06376) is known color: Brink Pink. HEX triplet: F0, 63 and 76. RGB value is (240,99,118). Sum of RGB (Red+Green+Blue) = 240+99+118=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F06376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06376 is #0F9C89. Grayscale: #8F8F8F. Windows color (decimal): -1023114 or 7758832. OLE color: 7758832.

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

Color convert

RGB 240 99 118 -
CMYK 0 0.59 0.51 0.06
HSL 351.91º 0.82% 0.66% -
HSV(B) 351.91º 0.59% 0.94% -
XYZ 43.67 28.76 20.39 -
YUV 143.33 113.71 196.96 -
System Red Green Blue C M Y K H S L
Decimal 240 99 118 0 0.59 0.51 0.06 351.91 0.82 0.66
Hex F0 63 76 0 3B 33 6 160 52 42
Octal 360 143 166 0 73 63 6 540 122 102
Binary 11110000 1100011 1110110 0 111011 110011 110 101100000 1010010 1000010

Color Harmonies of #F06376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06376

Black with #F06376

Text Example


Text Example

White with #F06376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06376; }

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

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

background-color css

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

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

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

border-color css

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

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

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