Html Css Color HEX #F96C75 Brink Pink

📋 copy color: '#F96C75'

red 249 ◦ green 108 ◦ blue 117

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

Shades of Brink Pink #F96C75

Tints of Brink Pink #F96C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.78%

 BLUE value IS 117 (46.09% from 255) = 24.68%

R = 52.53%
G = 22.78%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F96C75 (or 0xF96C75) is known color: Brink Pink. HEX triplet: F9, 6C and 75. RGB value is (249,108,117). Sum of RGB (Red+Green+Blue) = 249+108+117=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96C75 is #06938A. Grayscale: #979797. Windows color (decimal): -430987 or 7695609. OLE color: 7695609.

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

Color convert

RGB 249 108 117 -
CMYK 0 0.57 0.53 0.02
HSL 356.17º 0.92% 0.7% -
HSV(B) 356.17º 0.57% 0.98% -
XYZ 47.64 32.15 20.52 -
YUV 151.19 108.71 197.77 -
System Red Green Blue C M Y K H S L
Decimal 249 108 117 0 0.57 0.53 0.02 356.17 0.92 0.7
Hex F9 6C 75 0 39 35 2 164 5C 46
Octal 371 154 165 0 71 65 2 544 134 106
Binary 11111001 1101100 1110101 0 111001 110101 10 101100100 1011100 1000110

Color Harmonies of #F96C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C75

Black with #F96C75

Text Example


Text Example

White with #F96C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C75; }

 p { color: rgb(249,108,117); }

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

background-color css

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

 a { background-color: rgb(249,108,117); }

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

border-color css

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

 span { border-color: rgb(249,108,117); }

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