Html Css Color HEX #F96393 Brink Pink

📋 copy color: '#F96393'

red 249 ◦ green 99 ◦ blue 147

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

Shades of Brink Pink #F96393

Tints of Brink Pink #F96393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.7%

R = 50.3%
G = 20%
B = 29.7%

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

#F96393 (or 0xF96393) is known color: Brink Pink. HEX triplet: F9, 63 and 93. RGB value is (249,99,147). Sum of RGB (Red+Green+Blue) = 249+99+147=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F96393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96393 is #069C6C. Grayscale: #959595. Windows color (decimal): -433261 or 9659385. OLE color: 9659385.

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

Color convert

RGB 249 99 147 -
CMYK 0 0.60 0.41 0.02
HSL 340.8º 0.93% 0.68% -
HSV(B) 340.8º 0.6% 0.98% -
XYZ 48.8 31.17 31.05 -
YUV 149.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 249 99 147 0 0.60 0.41 0.02 340.8 0.93 0.68
Hex F9 63 93 0 3C 29 2 155 5D 44
Octal 371 143 223 0 74 51 2 525 135 104
Binary 11111001 1100011 10010011 0 111100 101001 10 101010101 1011101 1000100

Color Harmonies of #F96393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96393

Black with #F96393

Text Example


Text Example

White with #F96393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96393; }

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

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

background-color css

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

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

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

border-color css

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

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

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