Html Css Color HEX #F9518D French Rose

📋 copy color: '#F9518D'

red 249 ◦ green 81 ◦ blue 141

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

Shades of French Rose #F9518D

Tints of French Rose #F9518D

RGB

 RED value IS 249 (97.66% from 255) = 52.87%

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

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

R = 52.87%
G = 17.2%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9518D (or 0xF9518D) is known color: French Rose. HEX triplet: F9, 51 and 8D. RGB value is (249,81,141). Sum of RGB (Red+Green+Blue) = 249+81+141=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F9518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9518D is #06AE72. Grayscale: #8A8A8A. Windows color (decimal): -437875 or 9261561. OLE color: 9261561.

HSL color Cylindrical-coordinate representation of color #F9518D: hue angle of 338.57º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9518D is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 81 141 -
CMYK 0 0.67 0.43 0.02
HSL 338.57º 0.93% 0.65% -
HSV(B) 338.57º 0.67% 0.98% -
XYZ 46.82 27.95 28.13 -
YUV 138.07 129.66 207.12 -
System Red Green Blue C M Y K H S L
Decimal 249 81 141 0 0.67 0.43 0.02 338.57 0.93 0.65
Hex F9 51 8D 0 43 2B 2 153 5D 41
Octal 371 121 215 0 103 53 2 523 135 101
Binary 11111001 1010001 10001101 0 1000011 101011 10 101010011 1011101 1000001

Color Harmonies of #F9518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9518D

Black with #F9518D

Text Example


Text Example

White with #F9518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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