Html Css Color HEX #F1617E Brink Pink

📋 copy color: '#F1617E'

red 241 ◦ green 97 ◦ blue 126

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

Shades of Brink Pink #F1617E

Tints of Brink Pink #F1617E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.91%

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

R = 51.94%
G = 20.91%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1617E (or 0xF1617E) is known color: Brink Pink. HEX triplet: F1, 61 and 7E. RGB value is (241,97,126). Sum of RGB (Red+Green+Blue) = 241+97+126=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1617E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1617E is #0E9E81. Grayscale: #8F8F8F. Windows color (decimal): -958082 or 8282609. OLE color: 8282609.

HSL color Cylindrical-coordinate representation of color #F1617E: hue angle of 347.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1617E is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 97 126 -
CMYK 0 0.60 0.48 0.05
HSL 347.92º 0.84% 0.66% -
HSV(B) 347.92º 0.6% 0.95% -
XYZ 44.32 28.76 22.95 -
YUV 143.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 241 97 126 0 0.60 0.48 0.05 347.92 0.84 0.66
Hex F1 61 7E 0 3C 30 5 15C 54 42
Octal 361 141 176 0 74 60 5 534 124 102
Binary 11110001 1100001 1111110 0 111100 110000 101 101011100 1010100 1000010

Color Harmonies of #F1617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1617E

Black with #F1617E

Text Example


Text Example

White with #F1617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1617E; }

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

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

background-color css

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

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

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

border-color css

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

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

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