Html Css Color HEX #F96593 Brink Pink

📋 copy color: '#F96593'

red 249 ◦ green 101 ◦ blue 147

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

Shades of Brink Pink #F96593

Tints of Brink Pink #F96593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.32%

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

R = 50.1%
G = 20.32%
B = 29.58%

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

#F96593 (or 0xF96593) is known color: Brink Pink. HEX triplet: F9, 65 and 93. RGB value is (249,101,147). Sum of RGB (Red+Green+Blue) = 249+101+147=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F96593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96593 is #069A6C. Grayscale: #969696. Windows color (decimal): -432749 or 9659897. OLE color: 9659897.

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

Color convert

RGB 249 101 147 -
CMYK 0 0.59 0.41 0.02
HSL 341.35º 0.93% 0.69% -
HSV(B) 341.35º 0.59% 0.98% -
XYZ 48.99 31.55 31.11 -
YUV 150.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 249 101 147 0 0.59 0.41 0.02 341.35 0.93 0.69
Hex F9 65 93 0 3B 29 2 155 5C 45
Octal 371 145 223 0 73 51 2 525 134 105
Binary 11111001 1100101 10010011 0 111011 101001 10 101010101 1011100 1000101

Color Harmonies of #F96593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96593

Black with #F96593

Text Example


Text Example

White with #F96593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96593; }

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

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

background-color css

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

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

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

border-color css

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

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

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