Html Css Color HEX #F1657A Brink Pink

📋 copy color: '#F1657A'

red 241 ◦ green 101 ◦ blue 122

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

Shades of Brink Pink #F1657A

Tints of Brink Pink #F1657A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.29%

R = 51.94%
G = 21.77%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1657A (or 0xF1657A) is known color: Brink Pink. HEX triplet: F1, 65 and 7A. RGB value is (241,101,122). Sum of RGB (Red+Green+Blue) = 241+101+122=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1657A is #0E9A85. Grayscale: #919191. Windows color (decimal): -957062 or 8021489. OLE color: 8021489.

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

Color convert

RGB 241 101 122 -
CMYK 0 0.58 0.49 0.05
HSL 351º 0.83% 0.67% -
HSV(B) 351º 0.58% 0.95% -
XYZ 44.44 29.41 21.75 -
YUV 145.25 114.88 196.29 -
System Red Green Blue C M Y K H S L
Decimal 241 101 122 0 0.58 0.49 0.05 351 0.83 0.67
Hex F1 65 7A 0 3A 31 5 15F 53 43
Octal 361 145 172 0 72 61 5 537 123 103
Binary 11110001 1100101 1111010 0 111010 110001 101 101011111 1010011 1000011

Color Harmonies of #F1657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1657A

Black with #F1657A

Text Example


Text Example

White with #F1657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1657A; }

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

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

background-color css

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

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

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

border-color css

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

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

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