Html Css Color HEX #F15E7A Brink Pink

📋 copy color: '#F15E7A'

red 241 ◦ green 94 ◦ blue 122

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

Shades of Brink Pink #F15E7A

Tints of Brink Pink #F15E7A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.57%

 BLUE value IS 122 (48.05% from 255) = 26.7%

R = 52.74%
G = 20.57%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F15E7A (or 0xF15E7A) is known color: Brink Pink. HEX triplet: F1, 5E and 7A. RGB value is (241,94,122). Sum of RGB (Red+Green+Blue) = 241+94+122=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15E7A is #0EA185. Grayscale: #8D8D8D. Windows color (decimal): -958854 or 8019697. OLE color: 8019697.

HSL color Cylindrical-coordinate representation of color #F15E7A: hue angle of 348.57º 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 #F15E7A is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 94 122 -
CMYK 0 0.61 0.49 0.05
HSL 348.57º 0.84% 0.66% -
HSV(B) 348.57º 0.61% 0.95% -
XYZ 43.79 28.11 21.53 -
YUV 141.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 241 94 122 0 0.61 0.49 0.05 348.57 0.84 0.66
Hex F1 5E 7A 0 3D 31 5 15D 54 42
Octal 361 136 172 0 75 61 5 535 124 102
Binary 11110001 1011110 1111010 0 111101 110001 101 101011101 1010100 1000010

Color Harmonies of #F15E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15E7A

Black with #F15E7A

Text Example


Text Example

White with #F15E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15E7A; }

 p { color: rgb(241,94,122); }

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

background-color css

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

 a { background-color: rgb(241,94,122); }

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

border-color css

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

 span { border-color: rgb(241,94,122); }

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