Html Css Color HEX #F16381 Brink Pink

📋 copy color: '#F16381'

red 241 ◦ green 99 ◦ blue 129

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

Shades of Brink Pink #F16381

Tints of Brink Pink #F16381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.11%

 BLUE value IS 129 (50.78% from 255) = 27.51%

R = 51.39%
G = 21.11%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F16381 (or 0xF16381) is known color: Brink Pink. HEX triplet: F1, 63 and 81. RGB value is (241,99,129). Sum of RGB (Red+Green+Blue) = 241+99+129=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F16381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16381 is #0E9C7E. Grayscale: #909090. Windows color (decimal): -957567 or 8479729. OLE color: 8479729.

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

Color convert

RGB 241 99 129 -
CMYK 0 0.59 0.46 0.05
HSL 347.32º 0.84% 0.67% -
HSV(B) 347.32º 0.59% 0.95% -
XYZ 44.7 29.21 24.05 -
YUV 144.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 241 99 129 0 0.59 0.46 0.05 347.32 0.84 0.67
Hex F1 63 81 0 3B 2E 5 15B 54 43
Octal 361 143 201 0 73 56 5 533 124 103
Binary 11110001 1100011 10000001 0 111011 101110 101 101011011 1010100 1000011

Color Harmonies of #F16381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16381

Black with #F16381

Text Example


Text Example

White with #F16381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16381; }

 p { color: rgb(241,99,129); }

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

background-color css

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

 a { background-color: rgb(241,99,129); }

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

border-color css

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

 span { border-color: rgb(241,99,129); }

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