Html Css Color HEX #F1618E Brink Pink

📋 copy color: '#F1618E'

red 241 ◦ green 97 ◦ blue 142

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

Shades of Brink Pink #F1618E

Tints of Brink Pink #F1618E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.58%

R = 50.21%
G = 20.21%
B = 29.58%

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

#F1618E (or 0xF1618E) is known color: Brink Pink. HEX triplet: F1, 61 and 8E. RGB value is (241,97,142). Sum of RGB (Red+Green+Blue) = 241+97+142=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1618E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1618E is #0E9E71. Grayscale: #919191. Windows color (decimal): -958066 or 9331185. OLE color: 9331185.

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

Color convert

RGB 241 97 142 -
CMYK 0 0.60 0.41 0.05
HSL 341.25º 0.84% 0.66% -
HSV(B) 341.25º 0.6% 0.95% -
XYZ 45.43 29.2 28.83 -
YUV 145.19 126.21 196.34 -
System Red Green Blue C M Y K H S L
Decimal 241 97 142 0 0.60 0.41 0.05 341.25 0.84 0.66
Hex F1 61 8E 0 3C 29 5 155 54 42
Octal 361 141 216 0 74 51 5 525 124 102
Binary 11110001 1100001 10001110 0 111100 101001 101 101010101 1010100 1000010

Color Harmonies of #F1618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1618E

Black with #F1618E

Text Example


Text Example

White with #F1618E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1618E; }

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

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

background-color css

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

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

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

border-color css

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

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

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