Html Css Color HEX #F96394 Brink Pink

📋 copy color: '#F96394'

red 249 ◦ green 99 ◦ blue 148

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

Shades of Brink Pink #F96394

Tints of Brink Pink #F96394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.96%

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

R = 50.2%
G = 19.96%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F96394 (or 0xF96394) is known color: Brink Pink. HEX triplet: F9, 63 and 94. RGB value is (249,99,148). Sum of RGB (Red+Green+Blue) = 249+99+148=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F96394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96394 is #069C6B. Grayscale: #959595. Windows color (decimal): -433260 or 9724921. OLE color: 9724921.

HSL color Cylindrical-coordinate representation of color #F96394: hue angle of 340.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96394 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 99 148 -
CMYK 0 0.60 0.41 0.02
HSL 340.4º 0.93% 0.68% -
HSV(B) 340.4º 0.6% 0.98% -
XYZ 48.87 31.2 31.46 -
YUV 149.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 249 99 148 0 0.60 0.41 0.02 340.4 0.93 0.68
Hex F9 63 94 0 3C 29 2 154 5D 44
Octal 371 143 224 0 74 51 2 524 135 104
Binary 11111001 1100011 10010100 0 111100 101001 10 101010100 1011101 1000100

Color Harmonies of #F96394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96394

Black with #F96394

Text Example


Text Example

White with #F96394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96394; }

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

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

background-color css

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

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

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

border-color css

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

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

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