Html Css Color HEX #F95A8A Brink Pink

📋 copy color: '#F95A8A'

red 249 ◦ green 90 ◦ blue 138

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

Shades of Brink Pink #F95A8A

Tints of Brink Pink #F95A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 52.2%
G = 18.87%
B = 28.93%

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

#F95A8A (or 0xF95A8A) is known color: Brink Pink. HEX triplet: F9, 5A and 8A. RGB value is (249,90,138). Sum of RGB (Red+Green+Blue) = 249+90+138=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95A8A is #06A575. Grayscale: #8E8E8E. Windows color (decimal): -435574 or 9067257. OLE color: 9067257.

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

Color convert

RGB 249 90 138 -
CMYK 0 0.64 0.45 0.02
HSL 341.89º 0.93% 0.66% -
HSV(B) 341.89º 0.64% 0.98% -
XYZ 47.31 29.29 27.2 -
YUV 143.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 249 90 138 0 0.64 0.45 0.02 341.89 0.93 0.66
Hex F9 5A 8A 0 40 2D 2 156 5D 42
Octal 371 132 212 0 100 55 2 526 135 102
Binary 11111001 1011010 10001010 0 1000000 101101 10 101010110 1011101 1000010

Color Harmonies of #F95A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95A8A

Black with #F95A8A

Text Example


Text Example

White with #F95A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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