Html Css Color HEX #F1677E Brink Pink

📋 copy color: '#F1677E'

red 241 ◦ green 103 ◦ blue 126

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

Shades of Brink Pink #F1677E

Tints of Brink Pink #F1677E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.91%

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

R = 51.28%
G = 21.91%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1677E (or 0xF1677E) is known color: Brink Pink. HEX triplet: F1, 67 and 7E. RGB value is (241,103,126). Sum of RGB (Red+Green+Blue) = 241+103+126=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F1677E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1677E is #0E9881. Grayscale: #929292. Windows color (decimal): -956546 or 8284145. OLE color: 8284145.

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

Color convert

RGB 241 103 126 -
CMYK 0 0.57 0.48 0.05
HSL 350º 0.83% 0.67% -
HSV(B) 350º 0.57% 0.95% -
XYZ 44.89 29.91 23.15 -
YUV 146.88 116.22 195.13 -
System Red Green Blue C M Y K H S L
Decimal 241 103 126 0 0.57 0.48 0.05 350 0.83 0.67
Hex F1 67 7E 0 39 30 5 15E 53 43
Octal 361 147 176 0 71 60 5 536 123 103
Binary 11110001 1100111 1111110 0 111001 110000 101 101011110 1010011 1000011

Color Harmonies of #F1677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1677E

Black with #F1677E

Text Example


Text Example

White with #F1677E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1677E; }

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

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

background-color css

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

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

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

border-color css

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

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

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