Html Css Color HEX #F1617A Brink Pink

📋 copy color: '#F1617A'

red 241 ◦ green 97 ◦ blue 122

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

Shades of Brink Pink #F1617A

Tints of Brink Pink #F1617A

RGB

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

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

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

R = 52.39%
G = 21.09%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1617A (or 0xF1617A) is known color: Brink Pink. HEX triplet: F1, 61 and 7A. RGB value is (241,97,122). Sum of RGB (Red+Green+Blue) = 241+97+122=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F1617A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1617A is #0E9E85. Grayscale: #8E8E8E. Windows color (decimal): -958086 or 8020465. OLE color: 8020465.

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

Color convert

RGB 241 97 122 -
CMYK 0 0.60 0.49 0.05
HSL 349.58º 0.84% 0.66% -
HSV(B) 349.58º 0.6% 0.95% -
XYZ 44.06 28.66 21.62 -
YUV 142.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 241 97 122 0 0.60 0.49 0.05 349.58 0.84 0.66
Hex F1 61 7A 0 3C 31 5 15E 54 42
Octal 361 141 172 0 74 61 5 536 124 102
Binary 11110001 1100001 1111010 0 111100 110001 101 101011110 1010100 1000010

Color Harmonies of #F1617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1617A

Black with #F1617A

Text Example


Text Example

White with #F1617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1617A; }

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

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

background-color css

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

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

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

border-color css

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

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

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