Html Css Color HEX #F96F8C Brink Pink

📋 copy color: '#F96F8C'

red 249 ◦ green 111 ◦ blue 140

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

Shades of Brink Pink #F96F8C

Tints of Brink Pink #F96F8C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.2%

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

R = 49.8%
G = 22.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F96F8C (or 0xF96F8C) is known color: Brink Pink. HEX triplet: F9, 6F and 8C. RGB value is (249,111,140). Sum of RGB (Red+Green+Blue) = 249+111+140=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96F8C is #069073. Grayscale: #9B9B9B. Windows color (decimal): -430196 or 9203705. OLE color: 9203705.

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

Color convert

RGB 249 111 140 -
CMYK 0 0.55 0.44 0.02
HSL 347.39º 0.92% 0.71% -
HSV(B) 347.39º 0.55% 0.98% -
XYZ 49.48 33.4 28.65 -
YUV 155.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 249 111 140 0 0.55 0.44 0.02 347.39 0.92 0.71
Hex F9 6F 8C 0 37 2C 2 15B 5C 47
Octal 371 157 214 0 67 54 2 533 134 107
Binary 11111001 1101111 10001100 0 110111 101100 10 101011011 1011100 1000111

Color Harmonies of #F96F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96F8C

Black with #F96F8C

Text Example


Text Example

White with #F96F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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