Html Css Color HEX #F15E7D Brink Pink

📋 copy color: '#F15E7D'

red 241 ◦ green 94 ◦ blue 125

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

Shades of Brink Pink #F15E7D

Tints of Brink Pink #F15E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 52.39%
G = 20.43%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F15E7D (or 0xF15E7D) is known color: Brink Pink. HEX triplet: F1, 5E and 7D. RGB value is (241,94,125). Sum of RGB (Red+Green+Blue) = 241+94+125=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15E7D is #0EA182. Grayscale: #8D8D8D. Windows color (decimal): -958851 or 8216305. OLE color: 8216305.

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

Color convert

RGB 241 94 125 -
CMYK 0 0.61 0.48 0.05
HSL 347.35º 0.84% 0.66% -
HSV(B) 347.35º 0.61% 0.95% -
XYZ 43.98 28.19 22.52 -
YUV 141.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 241 94 125 0 0.61 0.48 0.05 347.35 0.84 0.66
Hex F1 5E 7D 0 3D 30 5 15B 54 42
Octal 361 136 175 0 75 60 5 533 124 102
Binary 11110001 1011110 1111101 0 111101 110000 101 101011011 1010100 1000010

Color Harmonies of #F15E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15E7D

Black with #F15E7D

Text Example


Text Example

White with #F15E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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