Html Css Color HEX #F1618D Brink Pink

📋 copy color: '#F1618D'

red 241 ◦ green 97 ◦ blue 141

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

Shades of Brink Pink #F1618D

Tints of Brink Pink #F1618D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 50.31%
G = 20.25%
B = 29.44%

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

#F1618D (or 0xF1618D) is known color: Brink Pink. HEX triplet: F1, 61 and 8D. RGB value is (241,97,141). Sum of RGB (Red+Green+Blue) = 241+97+141=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1618D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1618D is #0E9E72. Grayscale: #919191. Windows color (decimal): -958067 or 9265649. OLE color: 9265649.

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

Color convert

RGB 241 97 141 -
CMYK 0 0.60 0.41 0.05
HSL 341.67º 0.84% 0.66% -
HSV(B) 341.67º 0.6% 0.95% -
XYZ 45.36 29.17 28.44 -
YUV 145.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 241 97 141 0 0.60 0.41 0.05 341.67 0.84 0.66
Hex F1 61 8D 0 3C 29 5 156 54 42
Octal 361 141 215 0 74 51 5 526 124 102
Binary 11110001 1100001 10001101 0 111100 101001 101 101010110 1010100 1000010

Color Harmonies of #F1618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1618D

Black with #F1618D

Text Example


Text Example

White with #F1618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1618D; }

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

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

background-color css

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

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

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

border-color css

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

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

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