Html Css Color HEX #F1618B Brink Pink

📋 copy color: '#F1618B'

red 241 ◦ green 97 ◦ blue 139

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

Shades of Brink Pink #F1618B

Tints of Brink Pink #F1618B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.14%

R = 50.52%
G = 20.34%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1618B (or 0xF1618B) is known color: Brink Pink. HEX triplet: F1, 61 and 8B. RGB value is (241,97,139). Sum of RGB (Red+Green+Blue) = 241+97+139=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1618B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1618B is #0E9E74. Grayscale: #909090. Windows color (decimal): -958069 or 9134577. OLE color: 9134577.

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

Color convert

RGB 241 97 139 -
CMYK 0 0.60 0.42 0.05
HSL 342.5º 0.84% 0.66% -
HSV(B) 342.5º 0.6% 0.95% -
XYZ 45.21 29.11 27.66 -
YUV 144.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 241 97 139 0 0.60 0.42 0.05 342.5 0.84 0.66
Hex F1 61 8B 0 3C 2A 5 156 54 42
Octal 361 141 213 0 74 52 5 526 124 102
Binary 11110001 1100001 10001011 0 111100 101010 101 101010110 1010100 1000010

Color Harmonies of #F1618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1618B

Black with #F1618B

Text Example


Text Example

White with #F1618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1618B; }

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

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

background-color css

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

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

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

border-color css

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

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

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