Html Css Color HEX #F7518A French Rose

📋 copy color: '#F7518A'

red 247 ◦ green 81 ◦ blue 138

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

Shades of French Rose #F7518A

Tints of French Rose #F7518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.61%

R = 53%
G = 17.38%
B = 29.61%

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

#F7518A (or 0xF7518A) is known color: French Rose. HEX triplet: F7, 51 and 8A. RGB value is (247,81,138). Sum of RGB (Red+Green+Blue) = 247+81+138=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F7518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7518A is #08AE75. Grayscale: #898989. Windows color (decimal): -568950 or 9064951. OLE color: 9064951.

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

Color convert

RGB 247 81 138 -
CMYK 0 0.67 0.44 0.03
HSL 339.4º 0.91% 0.64% -
HSV(B) 339.4º 0.67% 0.97% -
XYZ 45.89 27.49 26.93 -
YUV 137.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 247 81 138 0 0.67 0.44 0.03 339.4 0.91 0.64
Hex F7 51 8A 0 43 2C 3 153 5B 40
Octal 367 121 212 0 103 54 3 523 133 100
Binary 11110111 1010001 10001010 0 1000011 101100 11 101010011 1011011 1000000

Color Harmonies of #F7518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7518A

Black with #F7518A

Text Example


Text Example

White with #F7518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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