Html Css Color HEX #F7518C French Rose

📋 copy color: '#F7518C'

red 247 ◦ green 81 ◦ blue 140

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

Shades of French Rose #F7518C

Tints of French Rose #F7518C

RGB

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

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

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

R = 52.78%
G = 17.31%
B = 29.91%

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

#F7518C (or 0xF7518C) is known color: French Rose. HEX triplet: F7, 51 and 8C. RGB value is (247,81,140). Sum of RGB (Red+Green+Blue) = 247+81+140=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F7518C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7518C is #08AE73. Grayscale: #898989. Windows color (decimal): -568948 or 9196023. OLE color: 9196023.

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

Color convert

RGB 247 81 140 -
CMYK 0 0.67 0.43 0.03
HSL 338.67º 0.91% 0.64% -
HSV(B) 338.67º 0.67% 0.97% -
XYZ 46.03 27.55 27.7 -
YUV 137.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 247 81 140 0 0.67 0.43 0.03 338.67 0.91 0.64
Hex F7 51 8C 0 43 2B 3 153 5B 40
Octal 367 121 214 0 103 53 3 523 133 100
Binary 11110111 1010001 10001100 0 1000011 101011 11 101010011 1011011 1000000

Color Harmonies of #F7518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7518C

Black with #F7518C

Text Example


Text Example

White with #F7518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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