Html Css Color HEX #F95A8B Brink Pink

📋 copy color: '#F95A8B'

red 249 ◦ green 90 ◦ blue 139

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

Shades of Brink Pink #F95A8B

Tints of Brink Pink #F95A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.08%

R = 52.09%
G = 18.83%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F95A8B (or 0xF95A8B) is known color: Brink Pink. HEX triplet: F9, 5A and 8B. RGB value is (249,90,139). Sum of RGB (Red+Green+Blue) = 249+90+139=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95A8B is #06A574. Grayscale: #8F8F8F. Windows color (decimal): -435573 or 9132793. OLE color: 9132793.

HSL color Cylindrical-coordinate representation of color #F95A8B: hue angle of 341.51º 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 #F95A8B is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 90 139 -
CMYK 0 0.64 0.44 0.02
HSL 341.51º 0.93% 0.66% -
HSV(B) 341.51º 0.64% 0.98% -
XYZ 47.38 29.32 27.59 -
YUV 143.13 125.68 203.52 -
System Red Green Blue C M Y K H S L
Decimal 249 90 139 0 0.64 0.44 0.02 341.51 0.93 0.66
Hex F9 5A 8B 0 40 2C 2 156 5D 42
Octal 371 132 213 0 100 54 2 526 135 102
Binary 11111001 1011010 10001011 0 1000000 101100 10 101010110 1011101 1000010

Color Harmonies of #F95A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95A8B

Black with #F95A8B

Text Example


Text Example

White with #F95A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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