Html Css Color HEX #F1658B Brink Pink

📋 copy color: '#F1658B'

red 241 ◦ green 101 ◦ blue 139

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

Shades of Brink Pink #F1658B

Tints of Brink Pink #F1658B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21%

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

R = 50.1%
G = 21%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1658B (or 0xF1658B) is known color: Brink Pink. HEX triplet: F1, 65 and 8B. RGB value is (241,101,139). Sum of RGB (Red+Green+Blue) = 241+101+139=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1658B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1658B is #0E9A74. Grayscale: #939393. Windows color (decimal): -957045 or 9135601. OLE color: 9135601.

HSL color Cylindrical-coordinate representation of color #F1658B: hue angle of 343.71º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1658B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 101 139 -
CMYK 0 0.58 0.42 0.05
HSL 343.71º 0.83% 0.67% -
HSV(B) 343.71º 0.58% 0.95% -
XYZ 45.59 29.87 27.79 -
YUV 147.19 123.38 194.91 -
System Red Green Blue C M Y K H S L
Decimal 241 101 139 0 0.58 0.42 0.05 343.71 0.83 0.67
Hex F1 65 8B 0 3A 2A 5 158 53 43
Octal 361 145 213 0 72 52 5 530 123 103
Binary 11110001 1100101 10001011 0 111010 101010 101 101011000 1010011 1000011

Color Harmonies of #F1658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1658B

Black with #F1658B

Text Example


Text Example

White with #F1658B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1658B; }

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

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

background-color css

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

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

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

border-color css

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

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

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