Html Css Color HEX #F96682 Brink Pink

📋 copy color: '#F96682'

red 249 ◦ green 102 ◦ blue 130

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

Shades of Brink Pink #F96682

Tints of Brink Pink #F96682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 51.77%
G = 21.21%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F96682 (or 0xF96682) is known color: Brink Pink. HEX triplet: F9, 66 and 82. RGB value is (249,102,130). Sum of RGB (Red+Green+Blue) = 249+102+130=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F96682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96682 is #06997D. Grayscale: #959595. Windows color (decimal): -432510 or 8546041. OLE color: 8546041.

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

Color convert

RGB 249 102 130 -
CMYK 0 0.59 0.48 0.02
HSL 348.57º 0.92% 0.69% -
HSV(B) 348.57º 0.59% 0.98% -
XYZ 47.85 31.25 24.63 -
YUV 149.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 249 102 130 0 0.59 0.48 0.02 348.57 0.92 0.69
Hex F9 66 82 0 3B 30 2 15D 5C 45
Octal 371 146 202 0 73 60 2 535 134 105
Binary 11111001 1100110 10000010 0 111011 110000 10 101011101 1011100 1000101

Color Harmonies of #F96682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96682

Black with #F96682

Text Example


Text Example

White with #F96682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96682; }

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

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

background-color css

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

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

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

border-color css

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

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

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