Html Css Color HEX #F95E7C Brink Pink

📋 copy color: '#F95E7C'

red 249 ◦ green 94 ◦ blue 124

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

Shades of Brink Pink #F95E7C

Tints of Brink Pink #F95E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.55%

R = 53.32%
G = 20.13%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F95E7C (or 0xF95E7C) is known color: Brink Pink. HEX triplet: F9, 5E and 7C. RGB value is (249,94,124). Sum of RGB (Red+Green+Blue) = 249+94+124=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95E7C is #06A183. Grayscale: #8F8F8F. Windows color (decimal): -434564 or 8150777. OLE color: 8150777.

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

Color convert

RGB 249 94 124 -
CMYK 0 0.62 0.50 0.02
HSL 348.39º 0.93% 0.67% -
HSV(B) 348.39º 0.62% 0.98% -
XYZ 46.71 29.6 22.32 -
YUV 143.77 116.85 203.06 -
System Red Green Blue C M Y K H S L
Decimal 249 94 124 0 0.62 0.50 0.02 348.39 0.93 0.67
Hex F9 5E 7C 0 3E 32 2 15C 5D 43
Octal 371 136 174 0 76 62 2 534 135 103
Binary 11111001 1011110 1111100 0 111110 110010 10 101011100 1011101 1000011

Color Harmonies of #F95E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95E7C

Black with #F95E7C

Text Example


Text Example

White with #F95E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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