Html Css Color HEX #F8518D French Rose

📋 copy color: '#F8518D'

red 248 ◦ green 81 ◦ blue 141

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

Shades of French Rose #F8518D

Tints of French Rose #F8518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30%

R = 52.77%
G = 17.23%
B = 30%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8518D (or 0xF8518D) is known color: French Rose. HEX triplet: F8, 51 and 8D. RGB value is (248,81,141). Sum of RGB (Red+Green+Blue) = 248+81+141=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8518D is #07AE72. Grayscale: #898989. Windows color (decimal): -503411 or 9261560. OLE color: 9261560.

HSL color Cylindrical-coordinate representation of color #F8518D: hue angle of 338.44º 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 #F8518D is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 81 141 -
CMYK 0 0.67 0.43 0.03
HSL 338.44º 0.92% 0.65% -
HSV(B) 338.44º 0.67% 0.97% -
XYZ 46.46 27.76 28.11 -
YUV 137.77 129.83 206.62 -
System Red Green Blue C M Y K H S L
Decimal 248 81 141 0 0.67 0.43 0.03 338.44 0.92 0.65
Hex F8 51 8D 0 43 2B 3 152 5C 41
Octal 370 121 215 0 103 53 3 522 134 101
Binary 11111000 1010001 10001101 0 1000011 101011 11 101010010 1011100 1000001

Color Harmonies of #F8518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8518D

Black with #F8518D

Text Example


Text Example

White with #F8518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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