Html Css Color HEX #F8498C French Rose

📋 copy color: '#F8498C'

red 248 ◦ green 73 ◦ blue 140

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

Shades of French Rose #F8498C

Tints of French Rose #F8498C

RGB

 RED value IS 248 (97.27% from 255) = 53.8%

 GREEN value IS 73 (28.91% from 255) = 15.84%

 BLUE value IS 140 (55.08% from 255) = 30.37%

R = 53.8%
G = 15.84%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8498C (or 0xF8498C) is known color: French Rose. HEX triplet: F8, 49 and 8C. RGB value is (248,73,140). Sum of RGB (Red+Green+Blue) = 248+73+140=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8498C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8498C is #07B673. Grayscale: #848484. Windows color (decimal): -505460 or 9193976. OLE color: 9193976.

HSL color Cylindrical-coordinate representation of color #F8498C: hue angle of 337.03º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8498C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 73 140 -
CMYK 0 0.71 0.44 0.03
HSL 337.03º 0.93% 0.63% -
HSV(B) 337.03º 0.71% 0.97% -
XYZ 45.83 26.61 27.53 -
YUV 132.96 131.98 210.05 -
System Red Green Blue C M Y K H S L
Decimal 248 73 140 0 0.71 0.44 0.03 337.03 0.93 0.63
Hex F8 49 8C 0 47 2C 3 151 5D 3F
Octal 370 111 214 0 107 54 3 521 135 77
Binary 11111000 1001001 10001100 0 1000111 101100 11 101010001 1011101 111111

Color Harmonies of #F8498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8498C

Black with #F8498C

Text Example


Text Example

White with #F8498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8498C; }

 p { color: rgb(248,73,140); }

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

background-color css

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

 a { background-color: rgb(248,73,140); }

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

border-color css

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

 span { border-color: rgb(248,73,140); }

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