Html Css Color HEX #F15C7A Brink Pink

📋 copy color: '#F15C7A'

red 241 ◦ green 92 ◦ blue 122

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

Shades of Brink Pink #F15C7A

Tints of Brink Pink #F15C7A

RGB

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

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

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

R = 52.97%
G = 20.22%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F15C7A (or 0xF15C7A) is known color: Brink Pink. HEX triplet: F1, 5C and 7A. RGB value is (241,92,122). Sum of RGB (Red+Green+Blue) = 241+92+122=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C7A is #0EA385. Grayscale: #8B8B8B. Windows color (decimal): -959366 or 8019185. OLE color: 8019185.

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

Color convert

RGB 241 92 122 -
CMYK 0 0.62 0.49 0.05
HSL 347.92º 0.84% 0.65% -
HSV(B) 347.92º 0.62% 0.95% -
XYZ 43.62 27.76 21.47 -
YUV 139.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 241 92 122 0 0.62 0.49 0.05 347.92 0.84 0.65
Hex F1 5C 7A 0 3E 31 5 15C 54 41
Octal 361 134 172 0 76 61 5 534 124 101
Binary 11110001 1011100 1111010 0 111110 110001 101 101011100 1010100 1000001

Color Harmonies of #F15C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C7A

Black with #F15C7A

Text Example


Text Example

White with #F15C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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