Html Css Color HEX #F95A89 Brink Pink

📋 copy color: '#F95A89'

red 249 ◦ green 90 ◦ blue 137

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

Shades of Brink Pink #F95A89

Tints of Brink Pink #F95A89

RGB

 RED value IS 249 (97.66% from 255) = 52.31%

 GREEN value IS 90 (35.55% from 255) = 18.91%

 BLUE value IS 137 (53.91% from 255) = 28.78%

R = 52.31%
G = 18.91%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F95A89 (or 0xF95A89) is known color: Brink Pink. HEX triplet: F9, 5A and 89. RGB value is (249,90,137). Sum of RGB (Red+Green+Blue) = 249+90+137=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95A89 is #06A576. Grayscale: #8E8E8E. Windows color (decimal): -435575 or 9001721. OLE color: 9001721.

HSL color Cylindrical-coordinate representation of color #F95A89: hue angle of 342.26º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F95A89 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 90 137 -
CMYK 0 0.64 0.45 0.02
HSL 342.26º 0.93% 0.66% -
HSV(B) 342.26º 0.64% 0.98% -
XYZ 47.24 29.26 26.82 -
YUV 142.9 124.68 203.68 -
System Red Green Blue C M Y K H S L
Decimal 249 90 137 0 0.64 0.45 0.02 342.26 0.93 0.66
Hex F9 5A 89 0 40 2D 2 156 5D 42
Octal 371 132 211 0 100 55 2 526 135 102
Binary 11111001 1011010 10001001 0 1000000 101101 10 101010110 1011101 1000010

Color Harmonies of #F95A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95A89

Black with #F95A89

Text Example


Text Example

White with #F95A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95A89; }

 p { color: rgb(249,90,137); }

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

background-color css

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

 a { background-color: rgb(249,90,137); }

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

border-color css

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

 span { border-color: rgb(249,90,137); }

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