Html Css Color HEX #F7518D French Rose

📋 copy color: '#F7518D'

red 247 ◦ green 81 ◦ blue 141

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

Shades of French Rose #F7518D

Tints of French Rose #F7518D

RGB

 RED value IS 247 (96.88% from 255) = 52.67%

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

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

R = 52.67%
G = 17.27%
B = 30.06%

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

#F7518D (or 0xF7518D) is known color: French Rose. HEX triplet: F7, 51 and 8D. RGB value is (247,81,141). Sum of RGB (Red+Green+Blue) = 247+81+141=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F7518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7518D is #08AE72. Grayscale: #898989. Windows color (decimal): -568947 or 9261559. OLE color: 9261559.

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

Color convert

RGB 247 81 141 -
CMYK 0 0.67 0.43 0.03
HSL 338.31º 0.91% 0.64% -
HSV(B) 338.31º 0.67% 0.97% -
XYZ 46.11 27.58 28.09 -
YUV 137.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 247 81 141 0 0.67 0.43 0.03 338.31 0.91 0.64
Hex F7 51 8D 0 43 2B 3 152 5B 40
Octal 367 121 215 0 103 53 3 522 133 100
Binary 11110111 1010001 10001101 0 1000011 101011 11 101010010 1011011 1000000

Color Harmonies of #F7518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7518D

Black with #F7518D

Text Example


Text Example

White with #F7518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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