Html Css Color HEX #F96680 Brink Pink

📋 copy color: '#F96680'

red 249 ◦ green 102 ◦ blue 128

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

Shades of Brink Pink #F96680

Tints of Brink Pink #F96680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.29%

 BLUE value IS 128 (50.39% from 255) = 26.72%

R = 51.98%
G = 21.29%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F96680 (or 0xF96680) is known color: Brink Pink. HEX triplet: F9, 66 and 80. RGB value is (249,102,128). Sum of RGB (Red+Green+Blue) = 249+102+128=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F96680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96680 is #06997F. Grayscale: #949494. Windows color (decimal): -432512 or 8414969. OLE color: 8414969.

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

Color convert

RGB 249 102 128 -
CMYK 0 0.59 0.49 0.02
HSL 349.39º 0.92% 0.69% -
HSV(B) 349.39º 0.59% 0.98% -
XYZ 47.71 31.2 23.93 -
YUV 148.92 116.2 199.39 -
System Red Green Blue C M Y K H S L
Decimal 249 102 128 0 0.59 0.49 0.02 349.39 0.92 0.69
Hex F9 66 80 0 3B 31 2 15D 5C 45
Octal 371 146 200 0 73 61 2 535 134 105
Binary 11111001 1100110 10000000 0 111011 110001 10 101011101 1011100 1000101

Color Harmonies of #F96680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96680

Black with #F96680

Text Example


Text Example

White with #F96680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96680; }

 p { color: rgb(249,102,128); }

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

background-color css

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

 a { background-color: rgb(249,102,128); }

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

border-color css

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

 span { border-color: rgb(249,102,128); }

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