Html Css Color HEX #F95E8E Brink Pink

📋 copy color: '#F95E8E'

red 249 ◦ green 94 ◦ blue 142

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

Shades of Brink Pink #F95E8E

Tints of Brink Pink #F95E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.28%

R = 51.34%
G = 19.38%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F95E8E (or 0xF95E8E) is known color: Brink Pink. HEX triplet: F9, 5E and 8E. RGB value is (249,94,142). Sum of RGB (Red+Green+Blue) = 249+94+142=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95E8E is #06A171. Grayscale: #919191. Windows color (decimal): -434546 or 9330425. OLE color: 9330425.

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

Color convert

RGB 249 94 142 -
CMYK 0 0.62 0.43 0.02
HSL 341.42º 0.93% 0.67% -
HSV(B) 341.42º 0.62% 0.98% -
XYZ 47.95 30.1 28.87 -
YUV 145.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 249 94 142 0 0.62 0.43 0.02 341.42 0.93 0.67
Hex F9 5E 8E 0 3E 2B 2 155 5D 43
Octal 371 136 216 0 76 53 2 525 135 103
Binary 11111001 1011110 10001110 0 111110 101011 10 101010101 1011101 1000011

Color Harmonies of #F95E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95E8E

Black with #F95E8E

Text Example


Text Example

White with #F95E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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