Html Css Color HEX #F06377 Brink Pink

📋 copy color: '#F06377'

red 240 ◦ green 99 ◦ blue 119

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

Shades of Brink Pink #F06377

Tints of Brink Pink #F06377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.98%

R = 52.4%
G = 21.62%
B = 25.98%

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

#F06377 (or 0xF06377) is known color: Brink Pink. HEX triplet: F0, 63 and 77. RGB value is (240,99,119). Sum of RGB (Red+Green+Blue) = 240+99+119=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F06377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06377 is #0F9C88. Grayscale: #8F8F8F. Windows color (decimal): -1023113 or 7824368. OLE color: 7824368.

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

Color convert

RGB 240 99 119 -
CMYK 0 0.59 0.50 0.06
HSL 351.49º 0.82% 0.66% -
HSV(B) 351.49º 0.59% 0.94% -
XYZ 43.73 28.78 20.7 -
YUV 143.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 240 99 119 0 0.59 0.50 0.06 351.49 0.82 0.66
Hex F0 63 77 0 3B 32 6 15F 52 42
Octal 360 143 167 0 73 62 6 537 122 102
Binary 11110000 1100011 1110111 0 111011 110010 110 101011111 1010010 1000010

Color Harmonies of #F06377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06377

Black with #F06377

Text Example


Text Example

White with #F06377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06377; }

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

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

background-color css

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

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

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

border-color css

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

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

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