Html Css Color HEX #F96E7F Brink Pink

📋 copy color: '#F96E7F'

red 249 ◦ green 110 ◦ blue 127

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

Shades of Brink Pink #F96E7F

Tints of Brink Pink #F96E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.63%

 BLUE value IS 127 (50% from 255) = 26.13%

R = 51.23%
G = 22.63%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F96E7F (or 0xF96E7F) is known color: Brink Pink. HEX triplet: F9, 6E and 7F. RGB value is (249,110,127). Sum of RGB (Red+Green+Blue) = 249+110+127=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96E7F is #069180. Grayscale: #999999. Windows color (decimal): -430465 or 8351481. OLE color: 8351481.

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

Color convert

RGB 249 110 127 -
CMYK 0 0.56 0.49 0.02
HSL 352.66º 0.92% 0.7% -
HSV(B) 352.66º 0.56% 0.98% -
XYZ 48.47 32.82 23.86 -
YUV 153.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 249 110 127 0 0.56 0.49 0.02 352.66 0.92 0.7
Hex F9 6E 7F 0 38 31 2 161 5C 46
Octal 371 156 177 0 70 61 2 541 134 106
Binary 11111001 1101110 1111111 0 111000 110001 10 101100001 1011100 1000110

Color Harmonies of #F96E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E7F

Black with #F96E7F

Text Example


Text Example

White with #F96E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E7F; }

 p { color: rgb(249,110,127); }

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

background-color css

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

 a { background-color: rgb(249,110,127); }

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

border-color css

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

 span { border-color: rgb(249,110,127); }

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