Html Css Color HEX #F15C7F Brink Pink

📋 copy color: '#F15C7F'

red 241 ◦ green 92 ◦ blue 127

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

Shades of Brink Pink #F15C7F

Tints of Brink Pink #F15C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20%

 BLUE value IS 127 (50% from 255) = 27.61%

R = 52.39%
G = 20%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F15C7F (or 0xF15C7F) is known color: Brink Pink. HEX triplet: F1, 5C and 7F. RGB value is (241,92,127). Sum of RGB (Red+Green+Blue) = 241+92+127=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C7F is #0EA380. Grayscale: #8C8C8C. Windows color (decimal): -959361 or 8346865. OLE color: 8346865.

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

Color convert

RGB 241 92 127 -
CMYK 0 0.62 0.47 0.05
HSL 345.91º 0.84% 0.65% -
HSV(B) 345.91º 0.62% 0.95% -
XYZ 43.93 27.89 23.15 -
YUV 140.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 241 92 127 0 0.62 0.47 0.05 345.91 0.84 0.65
Hex F1 5C 7F 0 3E 2F 5 15A 54 41
Octal 361 134 177 0 76 57 5 532 124 101
Binary 11110001 1011100 1111111 0 111110 101111 101 101011010 1010100 1000001

Color Harmonies of #F15C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C7F

Black with #F15C7F

Text Example


Text Example

White with #F15C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C7F; }

 p { color: rgb(241,92,127); }

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

background-color css

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

 a { background-color: rgb(241,92,127); }

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

border-color css

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

 span { border-color: rgb(241,92,127); }

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