Html Css Color HEX #F96894 Brink Pink

📋 copy color: '#F96894'

red 249 ◦ green 104 ◦ blue 148

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

Shades of Brink Pink #F96894

Tints of Brink Pink #F96894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 49.7%
G = 20.76%
B = 29.54%

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

#F96894 (or 0xF96894) is known color: Brink Pink. HEX triplet: F9, 68 and 94. RGB value is (249,104,148). Sum of RGB (Red+Green+Blue) = 249+104+148=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F96894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96894 is #06976B. Grayscale: #989898. Windows color (decimal): -431980 or 9726201. OLE color: 9726201.

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

Color convert

RGB 249 104 148 -
CMYK 0 0.58 0.41 0.02
HSL 341.79º 0.92% 0.69% -
HSV(B) 341.79º 0.58% 0.98% -
XYZ 49.36 32.18 31.63 -
YUV 152.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 249 104 148 0 0.58 0.41 0.02 341.79 0.92 0.69
Hex F9 68 94 0 3A 29 2 156 5C 45
Octal 371 150 224 0 72 51 2 526 134 105
Binary 11111001 1101000 10010100 0 111010 101001 10 101010110 1011100 1000101

Color Harmonies of #F96894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96894

Black with #F96894

Text Example


Text Example

White with #F96894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96894; }

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

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

background-color css

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

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

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

border-color css

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

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

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