Html Css Color HEX #F96A85 Brink Pink

📋 copy color: '#F96A85'

red 249 ◦ green 106 ◦ blue 133

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

Shades of Brink Pink #F96A85

Tints of Brink Pink #F96A85

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.72%

 BLUE value IS 133 (52.34% from 255) = 27.25%

R = 51.02%
G = 21.72%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F96A85 (or 0xF96A85) is known color: Brink Pink. HEX triplet: F9, 6A and 85. RGB value is (249,106,133). Sum of RGB (Red+Green+Blue) = 249+106+133=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96A85 is #06957A. Grayscale: #979797. Windows color (decimal): -431483 or 8743673. OLE color: 8743673.

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

Color convert

RGB 249 106 133 -
CMYK 0 0.57 0.47 0.02
HSL 348.67º 0.92% 0.7% -
HSV(B) 348.67º 0.57% 0.98% -
XYZ 48.45 32.14 25.84 -
YUV 151.84 117.38 197.3 -
System Red Green Blue C M Y K H S L
Decimal 249 106 133 0 0.57 0.47 0.02 348.67 0.92 0.7
Hex F9 6A 85 0 39 2F 2 15D 5C 46
Octal 371 152 205 0 71 57 2 535 134 106
Binary 11111001 1101010 10000101 0 111001 101111 10 101011101 1011100 1000110

Color Harmonies of #F96A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96A85

Black with #F96A85

Text Example


Text Example

White with #F96A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96A85; }

 p { color: rgb(249,106,133); }

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

background-color css

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

 a { background-color: rgb(249,106,133); }

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

border-color css

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

 span { border-color: rgb(249,106,133); }

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