Html Css Color HEX #F9518B French Rose

📋 copy color: '#F9518B'

red 249 ◦ green 81 ◦ blue 139

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

Shades of French Rose #F9518B

Tints of French Rose #F9518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.64%

R = 53.09%
G = 17.27%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9518B (or 0xF9518B) is known color: French Rose. HEX triplet: F9, 51 and 8B. RGB value is (249,81,139). Sum of RGB (Red+Green+Blue) = 249+81+139=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F9518B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9518B is #06AE74. Grayscale: #898989. Windows color (decimal): -437877 or 9130489. OLE color: 9130489.

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

Color convert

RGB 249 81 139 -
CMYK 0 0.67 0.44 0.02
HSL 339.29º 0.93% 0.65% -
HSV(B) 339.29º 0.67% 0.98% -
XYZ 46.67 27.89 27.35 -
YUV 137.84 128.66 207.28 -
System Red Green Blue C M Y K H S L
Decimal 249 81 139 0 0.67 0.44 0.02 339.29 0.93 0.65
Hex F9 51 8B 0 43 2C 2 153 5D 41
Octal 371 121 213 0 103 54 2 523 135 101
Binary 11111001 1010001 10001011 0 1000011 101100 10 101010011 1011101 1000001

Color Harmonies of #F9518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9518B

Black with #F9518B

Text Example


Text Example

White with #F9518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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