Html Css Color HEX #F1628C Brink Pink

📋 copy color: '#F1628C'

red 241 ◦ green 98 ◦ blue 140

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

Shades of Brink Pink #F1628C

Tints of Brink Pink #F1628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.46%

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 50.31%
G = 20.46%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1628C (or 0xF1628C) is known color: Brink Pink. HEX triplet: F1, 62 and 8C. RGB value is (241,98,140). Sum of RGB (Red+Green+Blue) = 241+98+140=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1628C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1628C is #0E9D73. Grayscale: #919191. Windows color (decimal): -957812 or 9200369. OLE color: 9200369.

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

Color convert

RGB 241 98 140 -
CMYK 0 0.59 0.42 0.05
HSL 342.38º 0.84% 0.66% -
HSV(B) 342.38º 0.59% 0.95% -
XYZ 45.38 29.33 28.08 -
YUV 145.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 241 98 140 0 0.59 0.42 0.05 342.38 0.84 0.66
Hex F1 62 8C 0 3B 2A 5 156 54 42
Octal 361 142 214 0 73 52 5 526 124 102
Binary 11110001 1100010 10001100 0 111011 101010 101 101010110 1010100 1000010

Color Harmonies of #F1628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1628C

Black with #F1628C

Text Example


Text Example

White with #F1628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1628C; }

 p { color: rgb(241,98,140); }

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

background-color css

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

 a { background-color: rgb(241,98,140); }

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

border-color css

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

 span { border-color: rgb(241,98,140); }

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