Html Css Color HEX #F95C7D Brink Pink

📋 copy color: '#F95C7D'

red 249 ◦ green 92 ◦ blue 125

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

Shades of Brink Pink #F95C7D

Tints of Brink Pink #F95C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.74%

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 53.43%
G = 19.74%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F95C7D (or 0xF95C7D) is known color: Brink Pink. HEX triplet: F9, 5C and 7D. RGB value is (249,92,125). Sum of RGB (Red+Green+Blue) = 249+92+125=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95C7D is #06A382. Grayscale: #8E8E8E. Windows color (decimal): -435075 or 8215801. OLE color: 8215801.

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

Color convert

RGB 249 92 125 -
CMYK 0 0.63 0.50 0.02
HSL 347.39º 0.93% 0.67% -
HSV(B) 347.39º 0.63% 0.98% -
XYZ 46.6 29.27 22.6 -
YUV 142.71 118.01 203.82 -
System Red Green Blue C M Y K H S L
Decimal 249 92 125 0 0.63 0.50 0.02 347.39 0.93 0.67
Hex F9 5C 7D 0 3F 32 2 15B 5D 43
Octal 371 134 175 0 77 62 2 533 135 103
Binary 11111001 1011100 1111101 0 111111 110010 10 101011011 1011101 1000011

Color Harmonies of #F95C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95C7D

Black with #F95C7D

Text Example


Text Example

White with #F95C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95C7D; }

 p { color: rgb(249,92,125); }

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

background-color css

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

 a { background-color: rgb(249,92,125); }

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

border-color css

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

 span { border-color: rgb(249,92,125); }

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