Html Css Color HEX #F15A7B Brink Pink

📋 copy color: '#F15A7B'

red 241 ◦ green 90 ◦ blue 123

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

Shades of Brink Pink #F15A7B

Tints of Brink Pink #F15A7B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.82%

 BLUE value IS 123 (48.44% from 255) = 27.09%

R = 53.08%
G = 19.82%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F15A7B (or 0xF15A7B) is known color: Brink Pink. HEX triplet: F1, 5A and 7B. RGB value is (241,90,123). Sum of RGB (Red+Green+Blue) = 241+90+123=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15A7B is #0EA584. Grayscale: #8A8A8A. Windows color (decimal): -959877 or 8084209. OLE color: 8084209.

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

Color convert

RGB 241 90 123 -
CMYK 0 0.63 0.49 0.05
HSL 346.89º 0.84% 0.65% -
HSV(B) 346.89º 0.63% 0.95% -
XYZ 43.51 27.44 21.74 -
YUV 138.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 241 90 123 0 0.63 0.49 0.05 346.89 0.84 0.65
Hex F1 5A 7B 0 3F 31 5 15B 54 41
Octal 361 132 173 0 77 61 5 533 124 101
Binary 11110001 1011010 1111011 0 111111 110001 101 101011011 1010100 1000001

Color Harmonies of #F15A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15A7B

Black with #F15A7B

Text Example


Text Example

White with #F15A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15A7B; }

 p { color: rgb(241,90,123); }

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

background-color css

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

 a { background-color: rgb(241,90,123); }

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

border-color css

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

 span { border-color: rgb(241,90,123); }

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