Html Css Color HEX #F15F78 Brink Pink

📋 copy color: '#F15F78'

red 241 ◦ green 95 ◦ blue 120

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

Shades of Brink Pink #F15F78

Tints of Brink Pink #F15F78

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.83%

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

R = 52.85%
G = 20.83%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F15F78 (or 0xF15F78) is known color: Brink Pink. HEX triplet: F1, 5F and 78. RGB value is (241,95,120). Sum of RGB (Red+Green+Blue) = 241+95+120=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15F78 is #0EA087. Grayscale: #8D8D8D. Windows color (decimal): -958600 or 7888881. OLE color: 7888881.

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

Color convert

RGB 241 95 120 -
CMYK 0 0.61 0.50 0.05
HSL 349.73º 0.84% 0.66% -
HSV(B) 349.73º 0.61% 0.95% -
XYZ 43.76 28.24 20.91 -
YUV 141.5 115.87 198.97 -
System Red Green Blue C M Y K H S L
Decimal 241 95 120 0 0.61 0.50 0.05 349.73 0.84 0.66
Hex F1 5F 78 0 3D 32 5 15E 54 42
Octal 361 137 170 0 75 62 5 536 124 102
Binary 11110001 1011111 1111000 0 111101 110010 101 101011110 1010100 1000010

Color Harmonies of #F15F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F78

Black with #F15F78

Text Example


Text Example

White with #F15F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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