Html Css Color HEX #F16078 Brink Pink

📋 copy color: '#F16078'

red 241 ◦ green 96 ◦ blue 120

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

Shades of Brink Pink #F16078

Tints of Brink Pink #F16078

RGB

 RED value IS 241 (94.53% from 255) = 52.74%

 GREEN value IS 96 (37.89% from 255) = 21.01%

 BLUE value IS 120 (47.27% from 255) = 26.26%

R = 52.74%
G = 21.01%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F16078 (or 0xF16078) is known color: Brink Pink. HEX triplet: F1, 60 and 78. RGB value is (241,96,120). Sum of RGB (Red+Green+Blue) = 241+96+120=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F16078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16078 is #0E9F87. Grayscale: #8E8E8E. Windows color (decimal): -958344 or 7889137. OLE color: 7889137.

HSL color Cylindrical-coordinate representation of color #F16078: hue angle of 350.07º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16078 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 96 120 -
CMYK 0 0.60 0.50 0.05
HSL 350.07º 0.84% 0.66% -
HSV(B) 350.07º 0.6% 0.95% -
XYZ 43.85 28.42 20.94 -
YUV 142.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 241 96 120 0 0.60 0.50 0.05 350.07 0.84 0.66
Hex F1 60 78 0 3C 32 5 15E 54 42
Octal 361 140 170 0 74 62 5 536 124 102
Binary 11110001 1100000 1111000 0 111100 110010 101 101011110 1010100 1000010

Color Harmonies of #F16078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16078

Black with #F16078

Text Example


Text Example

White with #F16078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16078; }

 p { color: rgb(241,96,120); }

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

background-color css

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

 a { background-color: rgb(241,96,120); }

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

border-color css

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

 span { border-color: rgb(241,96,120); }

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