Html Css Color HEX #F1667B Brink Pink

📋 copy color: '#F1667B'

red 241 ◦ green 102 ◦ blue 123

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

Shades of Brink Pink #F1667B

Tints of Brink Pink #F1667B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.89%

 BLUE value IS 123 (48.44% from 255) = 26.39%

R = 51.72%
G = 21.89%
B = 26.39%

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

#F1667B (or 0xF1667B) is known color: Brink Pink. HEX triplet: F1, 66 and 7B. RGB value is (241,102,123). Sum of RGB (Red+Green+Blue) = 241+102+123=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1667B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1667B is #0E9984. Grayscale: #929292. Windows color (decimal): -956805 or 8087281. OLE color: 8087281.

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

Color convert

RGB 241 102 123 -
CMYK 0 0.58 0.49 0.05
HSL 350.94º 0.83% 0.67% -
HSV(B) 350.94º 0.58% 0.95% -
XYZ 44.6 29.63 22.11 -
YUV 145.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 241 102 123 0 0.58 0.49 0.05 350.94 0.83 0.67
Hex F1 66 7B 0 3A 31 5 15F 53 43
Octal 361 146 173 0 72 61 5 537 123 103
Binary 11110001 1100110 1111011 0 111010 110001 101 101011111 1010011 1000011

Color Harmonies of #F1667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1667B

Black with #F1667B

Text Example


Text Example

White with #F1667B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1667B; }

 p { color: rgb(241,102,123); }

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

background-color css

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

 a { background-color: rgb(241,102,123); }

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

border-color css

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

 span { border-color: rgb(241,102,123); }

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