Html Css Color HEX #F16A7E Brink Pink

📋 copy color: '#F16A7E'

red 241 ◦ green 106 ◦ blue 126

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

Shades of Brink Pink #F16A7E

Tints of Brink Pink #F16A7E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.41%

 BLUE value IS 126 (49.61% from 255) = 26.64%

R = 50.95%
G = 22.41%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F16A7E (or 0xF16A7E) is known color: Brink Pink. HEX triplet: F1, 6A and 7E. RGB value is (241,106,126). Sum of RGB (Red+Green+Blue) = 241+106+126=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16A7E is #0E9581. Grayscale: #949494. Windows color (decimal): -955778 or 8284913. OLE color: 8284913.

HSL color Cylindrical-coordinate representation of color #F16A7E: hue angle of 351.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16A7E is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 106 126 -
CMYK 0 0.56 0.48 0.05
HSL 351.11º 0.83% 0.68% -
HSV(B) 351.11º 0.56% 0.95% -
XYZ 45.2 30.52 23.25 -
YUV 148.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 241 106 126 0 0.56 0.48 0.05 351.11 0.83 0.68
Hex F1 6A 7E 0 38 30 5 15F 53 44
Octal 361 152 176 0 70 60 5 537 123 104
Binary 11110001 1101010 1111110 0 111000 110000 101 101011111 1010011 1000100

Color Harmonies of #F16A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A7E

Black with #F16A7E

Text Example


Text Example

White with #F16A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A7E; }

 p { color: rgb(241,106,126); }

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

background-color css

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

 a { background-color: rgb(241,106,126); }

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

border-color css

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

 span { border-color: rgb(241,106,126); }

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