Html Css Color HEX #F6518A French Rose

📋 copy color: '#F6518A'

red 246 ◦ green 81 ◦ blue 138

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

Shades of French Rose #F6518A

Tints of French Rose #F6518A

RGB

 RED value IS 246 (96.48% from 255) = 52.9%

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

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

R = 52.9%
G = 17.42%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F6518A (or 0xF6518A) is known color: French Rose. HEX triplet: F6, 51 and 8A. RGB value is (246,81,138). Sum of RGB (Red+Green+Blue) = 246+81+138=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F6518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6518A is #09AE75. Grayscale: #888888. Windows color (decimal): -634486 or 9064950. OLE color: 9064950.

HSL color Cylindrical-coordinate representation of color #F6518A: hue angle of 339.27º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6518A is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 81 138 -
CMYK 0 0.67 0.44 0.04
HSL 339.27º 0.9% 0.64% -
HSV(B) 339.27º 0.67% 0.96% -
XYZ 45.54 27.31 26.92 -
YUV 136.83 128.66 205.87 -
System Red Green Blue C M Y K H S L
Decimal 246 81 138 0 0.67 0.44 0.04 339.27 0.9 0.64
Hex F6 51 8A 0 43 2C 4 153 5A 40
Octal 366 121 212 0 103 54 4 523 132 100
Binary 11110110 1010001 10001010 0 1000011 101100 100 101010011 1011010 1000000

Color Harmonies of #F6518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6518A

Black with #F6518A

Text Example


Text Example

White with #F6518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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