Html Css Color HEX #F95E8C Brink Pink

📋 copy color: '#F95E8C'

red 249 ◦ green 94 ◦ blue 140

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

Shades of Brink Pink #F95E8C

Tints of Brink Pink #F95E8C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.46%

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 51.55%
G = 19.46%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F95E8C (or 0xF95E8C) is known color: Brink Pink. HEX triplet: F9, 5E and 8C. RGB value is (249,94,140). Sum of RGB (Red+Green+Blue) = 249+94+140=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95E8C is #06A173. Grayscale: #919191. Windows color (decimal): -434548 or 9199353. OLE color: 9199353.

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

Color convert

RGB 249 94 140 -
CMYK 0 0.62 0.44 0.02
HSL 342.19º 0.93% 0.67% -
HSV(B) 342.19º 0.62% 0.98% -
XYZ 47.8 30.04 28.09 -
YUV 145.59 124.85 201.76 -
System Red Green Blue C M Y K H S L
Decimal 249 94 140 0 0.62 0.44 0.02 342.19 0.93 0.67
Hex F9 5E 8C 0 3E 2C 2 156 5D 43
Octal 371 136 214 0 76 54 2 526 135 103
Binary 11111001 1011110 10001100 0 111110 101100 10 101010110 1011101 1000011

Color Harmonies of #F95E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95E8C

Black with #F95E8C

Text Example


Text Example

White with #F95E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95E8C; }

 p { color: rgb(249,94,140); }

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

background-color css

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

 a { background-color: rgb(249,94,140); }

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

border-color css

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

 span { border-color: rgb(249,94,140); }

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