Html Css Color HEX #F96892 Brink Pink

📋 copy color: '#F96892'

red 249 ◦ green 104 ◦ blue 146

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

Shades of Brink Pink #F96892

Tints of Brink Pink #F96892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.84%

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

R = 49.9%
G = 20.84%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F96892 (or 0xF96892) is known color: Brink Pink. HEX triplet: F9, 68 and 92. RGB value is (249,104,146). Sum of RGB (Red+Green+Blue) = 249+104+146=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F96892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96892 is #06976D. Grayscale: #989898. Windows color (decimal): -431982 or 9595129. OLE color: 9595129.

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

Color convert

RGB 249 104 146 -
CMYK 0 0.58 0.41 0.02
HSL 342.62º 0.92% 0.69% -
HSV(B) 342.62º 0.58% 0.98% -
XYZ 49.21 32.12 30.8 -
YUV 152.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 249 104 146 0 0.58 0.41 0.02 342.62 0.92 0.69
Hex F9 68 92 0 3A 29 2 157 5C 45
Octal 371 150 222 0 72 51 2 527 134 105
Binary 11111001 1101000 10010010 0 111010 101001 10 101010111 1011100 1000101

Color Harmonies of #F96892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96892

Black with #F96892

Text Example


Text Example

White with #F96892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96892; }

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

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

background-color css

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

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

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

border-color css

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

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

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