Html Css Color HEX #F1618F Brink Pink

📋 copy color: '#F1618F'

red 241 ◦ green 97 ◦ blue 143

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

Shades of Brink Pink #F1618F

Tints of Brink Pink #F1618F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 50.1%
G = 20.17%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1618F (or 0xF1618F) is known color: Brink Pink. HEX triplet: F1, 61 and 8F. RGB value is (241,97,143). Sum of RGB (Red+Green+Blue) = 241+97+143=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1618F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1618F is #0E9E70. Grayscale: #919191. Windows color (decimal): -958065 or 9396721. OLE color: 9396721.

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

Color convert

RGB 241 97 143 -
CMYK 0 0.60 0.41 0.05
HSL 340.83º 0.84% 0.66% -
HSV(B) 340.83º 0.6% 0.95% -
XYZ 45.51 29.23 29.23 -
YUV 145.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 241 97 143 0 0.60 0.41 0.05 340.83 0.84 0.66
Hex F1 61 8F 0 3C 29 5 155 54 42
Octal 361 141 217 0 74 51 5 525 124 102
Binary 11110001 1100001 10001111 0 111100 101001 101 101010101 1010100 1000010

Color Harmonies of #F1618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1618F

Black with #F1618F

Text Example


Text Example

White with #F1618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1618F; }

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

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

background-color css

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

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

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

border-color css

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

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

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