Html Css Color HEX #F06379 Brink Pink

📋 copy color: '#F06379'

red 240 ◦ green 99 ◦ blue 121

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

Shades of Brink Pink #F06379

Tints of Brink Pink #F06379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.3%

R = 52.17%
G = 21.52%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F06379 (or 0xF06379) is known color: Brink Pink. HEX triplet: F0, 63 and 79. RGB value is (240,99,121). Sum of RGB (Red+Green+Blue) = 240+99+121=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F06379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06379 is #0F9C86. Grayscale: #8F8F8F. Windows color (decimal): -1023111 or 7955440. OLE color: 7955440.

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

Color convert

RGB 240 99 121 -
CMYK 0 0.59 0.50 0.06
HSL 350.64º 0.82% 0.66% -
HSV(B) 350.64º 0.59% 0.94% -
XYZ 43.85 28.83 21.34 -
YUV 143.67 115.21 196.71 -
System Red Green Blue C M Y K H S L
Decimal 240 99 121 0 0.59 0.50 0.06 350.64 0.82 0.66
Hex F0 63 79 0 3B 32 6 15F 52 42
Octal 360 143 171 0 73 62 6 537 122 102
Binary 11110000 1100011 1111001 0 111011 110010 110 101011111 1010010 1000010

Color Harmonies of #F06379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06379

Black with #F06379

Text Example


Text Example

White with #F06379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06379; }

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

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

background-color css

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

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

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

border-color css

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

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

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