Html Css Color HEX #F1657D Brink Pink

📋 copy color: '#F1657D'

red 241 ◦ green 101 ◦ blue 125

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

Shades of Brink Pink #F1657D

Tints of Brink Pink #F1657D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.77%

R = 51.61%
G = 21.63%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1657D (or 0xF1657D) is known color: Brink Pink. HEX triplet: F1, 65 and 7D. RGB value is (241,101,125). Sum of RGB (Red+Green+Blue) = 241+101+125=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1657D is #0E9A82. Grayscale: #919191. Windows color (decimal): -957059 or 8218097. OLE color: 8218097.

HSL color Cylindrical-coordinate representation of color #F1657D: hue angle of 349.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 #F1657D is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 101 125 -
CMYK 0 0.58 0.48 0.05
HSL 349.71º 0.83% 0.67% -
HSV(B) 349.71º 0.58% 0.95% -
XYZ 44.63 29.49 22.74 -
YUV 145.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 241 101 125 0 0.58 0.48 0.05 349.71 0.83 0.67
Hex F1 65 7D 0 3A 30 5 15E 53 43
Octal 361 145 175 0 72 60 5 536 123 103
Binary 11110001 1100101 1111101 0 111010 110000 101 101011110 1010011 1000011

Color Harmonies of #F1657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1657D

Black with #F1657D

Text Example


Text Example

White with #F1657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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