Html Css Color HEX #F96692 Brink Pink

📋 copy color: '#F96692'

red 249 ◦ green 102 ◦ blue 146

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

Shades of Brink Pink #F96692

Tints of Brink Pink #F96692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.38%

R = 50.1%
G = 20.52%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F96692 (or 0xF96692) is known color: Brink Pink. HEX triplet: F9, 66 and 92. RGB value is (249,102,146). Sum of RGB (Red+Green+Blue) = 249+102+146=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F96692 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96692 is #06996D. Grayscale: #969696. Windows color (decimal): -432494 or 9594617. OLE color: 9594617.

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

Color convert

RGB 249 102 146 -
CMYK 0 0.59 0.41 0.02
HSL 342.04º 0.92% 0.69% -
HSV(B) 342.04º 0.59% 0.98% -
XYZ 49.01 31.72 30.73 -
YUV 150.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 249 102 146 0 0.59 0.41 0.02 342.04 0.92 0.69
Hex F9 66 92 0 3B 29 2 156 5C 45
Octal 371 146 222 0 73 51 2 526 134 105
Binary 11111001 1100110 10010010 0 111011 101001 10 101010110 1011100 1000101

Color Harmonies of #F96692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96692

Black with #F96692

Text Example


Text Example

White with #F96692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96692; }

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

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

background-color css

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

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

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

border-color css

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

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

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