Html Css Color HEX #F95D8F Brink Pink

📋 copy color: '#F95D8F'

red 249 ◦ green 93 ◦ blue 143

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

Shades of Brink Pink #F95D8F

Tints of Brink Pink #F95D8F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.18%

 BLUE value IS 143 (56.25% from 255) = 29.48%

R = 51.34%
G = 19.18%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F95D8F (or 0xF95D8F) is known color: Brink Pink. HEX triplet: F9, 5D and 8F. RGB value is (249,93,143). Sum of RGB (Red+Green+Blue) = 249+93+143=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95D8F is #06A270. Grayscale: #919191. Windows color (decimal): -434801 or 9395705. OLE color: 9395705.

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

Color convert

RGB 249 93 143 -
CMYK 0 0.63 0.43 0.02
HSL 340.77º 0.93% 0.67% -
HSV(B) 340.77º 0.63% 0.98% -
XYZ 47.94 29.95 29.24 -
YUV 145.34 126.68 201.93 -
System Red Green Blue C M Y K H S L
Decimal 249 93 143 0 0.63 0.43 0.02 340.77 0.93 0.67
Hex F9 5D 8F 0 3F 2B 2 155 5D 43
Octal 371 135 217 0 77 53 2 525 135 103
Binary 11111001 1011101 10001111 0 111111 101011 10 101010101 1011101 1000011

Color Harmonies of #F95D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95D8F

Black with #F95D8F

Text Example


Text Example

White with #F95D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95D8F; }

 p { color: rgb(249,93,143); }

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

background-color css

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

 a { background-color: rgb(249,93,143); }

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

border-color css

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

 span { border-color: rgb(249,93,143); }

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