Html Css Color HEX #F96895 Brink Pink

📋 copy color: '#F96895'

red 249 ◦ green 104 ◦ blue 149

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

Shades of Brink Pink #F96895

Tints of Brink Pink #F96895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.72%

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 49.6%
G = 20.72%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F96895 (or 0xF96895) is known color: Brink Pink. HEX triplet: F9, 68 and 95. RGB value is (249,104,149). Sum of RGB (Red+Green+Blue) = 249+104+149=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F96895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96895 is #06976A. Grayscale: #989898. Windows color (decimal): -431979 or 9791737. OLE color: 9791737.

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

Color convert

RGB 249 104 149 -
CMYK 0 0.58 0.40 0.02
HSL 341.38º 0.92% 0.69% -
HSV(B) 341.38º 0.58% 0.98% -
XYZ 49.44 32.21 32.05 -
YUV 152.49 126.04 196.84 -
System Red Green Blue C M Y K H S L
Decimal 249 104 149 0 0.58 0.40 0.02 341.38 0.92 0.69
Hex F9 68 95 0 3A 28 2 155 5C 45
Octal 371 150 225 0 72 50 2 525 134 105
Binary 11111001 1101000 10010101 0 111010 101000 10 101010101 1011100 1000101

Color Harmonies of #F96895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96895

Black with #F96895

Text Example


Text Example

White with #F96895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96895; }

 p { color: rgb(249,104,149); }

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

background-color css

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

 a { background-color: rgb(249,104,149); }

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

border-color css

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

 span { border-color: rgb(249,104,149); }

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