Html Css Color HEX #F1628D Brink Pink

📋 copy color: '#F1628D'

red 241 ◦ green 98 ◦ blue 141

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

Shades of Brink Pink #F1628D

Tints of Brink Pink #F1628D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 50.21%
G = 20.42%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1628D (or 0xF1628D) is known color: Brink Pink. HEX triplet: F1, 62 and 8D. RGB value is (241,98,141). Sum of RGB (Red+Green+Blue) = 241+98+141=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1628D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1628D is #0E9D72. Grayscale: #919191. Windows color (decimal): -957811 or 9265905. OLE color: 9265905.

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

Color convert

RGB 241 98 141 -
CMYK 0 0.59 0.41 0.05
HSL 341.96º 0.84% 0.66% -
HSV(B) 341.96º 0.59% 0.95% -
XYZ 45.45 29.36 28.47 -
YUV 145.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 241 98 141 0 0.59 0.41 0.05 341.96 0.84 0.66
Hex F1 62 8D 0 3B 29 5 156 54 42
Octal 361 142 215 0 73 51 5 526 124 102
Binary 11110001 1100010 10001101 0 111011 101001 101 101010110 1010100 1000010

Color Harmonies of #F1628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1628D

Black with #F1628D

Text Example


Text Example

White with #F1628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1628D; }

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

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

background-color css

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

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

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

border-color css

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

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

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