Html Css Color HEX #F9598F French Rose

📋 copy color: '#F9598F'

red 249 ◦ green 89 ◦ blue 143

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

Shades of French Rose #F9598F

Tints of French Rose #F9598F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.5%

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 51.77%
G = 18.5%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9598F (or 0xF9598F) is known color: French Rose. HEX triplet: F9, 59 and 8F. RGB value is (249,89,143). Sum of RGB (Red+Green+Blue) = 249+89+143=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F9598F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9598F is #06A670. Grayscale: #8E8E8E. Windows color (decimal): -435825 or 9394681. OLE color: 9394681.

HSL color Cylindrical-coordinate representation of color #F9598F: hue angle of 339.75º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9598F is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 89 143 -
CMYK 0 0.64 0.43 0.02
HSL 339.75º 0.93% 0.66% -
HSV(B) 339.75º 0.64% 0.98% -
XYZ 47.6 29.27 29.13 -
YUV 143 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 249 89 143 0 0.64 0.43 0.02 339.75 0.93 0.66
Hex F9 59 8F 0 40 2B 2 154 5D 42
Octal 371 131 217 0 100 53 2 524 135 102
Binary 11111001 1011001 10001111 0 1000000 101011 10 101010100 1011101 1000010

Color Harmonies of #F9598F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9598F

Black with #F9598F

Text Example


Text Example

White with #F9598F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9598F; }

 p { color: rgb(249,89,143); }

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

background-color css

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

 a { background-color: rgb(249,89,143); }

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

border-color css

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

 span { border-color: rgb(249,89,143); }

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