Html Css Color HEX #F8518C French Rose

📋 copy color: '#F8518C'

red 248 ◦ green 81 ◦ blue 140

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

Shades of French Rose #F8518C

Tints of French Rose #F8518C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.27%

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

R = 52.88%
G = 17.27%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8518C (or 0xF8518C) is known color: French Rose. HEX triplet: F8, 51 and 8C. RGB value is (248,81,140). Sum of RGB (Red+Green+Blue) = 248+81+140=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8518C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8518C is #07AE73. Grayscale: #898989. Windows color (decimal): -503412 or 9196024. OLE color: 9196024.

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

Color convert

RGB 248 81 140 -
CMYK 0 0.67 0.44 0.03
HSL 338.8º 0.92% 0.65% -
HSV(B) 338.8º 0.67% 0.97% -
XYZ 46.39 27.73 27.72 -
YUV 137.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 248 81 140 0 0.67 0.44 0.03 338.8 0.92 0.65
Hex F8 51 8C 0 43 2C 3 153 5C 41
Octal 370 121 214 0 103 54 3 523 134 101
Binary 11111000 1010001 10001100 0 1000011 101100 11 101010011 1011100 1000001

Color Harmonies of #F8518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8518C

Black with #F8518C

Text Example


Text Example

White with #F8518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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