Html Css Color HEX #F6517F French Rose

📋 copy color: '#F6517F'

red 246 ◦ green 81 ◦ blue 127

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

Shades of French Rose #F6517F

Tints of French Rose #F6517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.97%

R = 54.19%
G = 17.84%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6517F (or 0xF6517F) is known color: French Rose. HEX triplet: F6, 51 and 7F. RGB value is (246,81,127). Sum of RGB (Red+Green+Blue) = 246+81+127=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F6517F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6517F is #09AE80. Grayscale: #878787. Windows color (decimal): -634497 or 8344054. OLE color: 8344054.

HSL color Cylindrical-coordinate representation of color #F6517F: hue angle of 343.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 #F6517F is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 81 127 -
CMYK 0 0.67 0.48 0.04
HSL 343.27º 0.9% 0.64% -
HSV(B) 343.27º 0.67% 0.96% -
XYZ 44.78 27.01 22.93 -
YUV 135.58 123.16 206.76 -
System Red Green Blue C M Y K H S L
Decimal 246 81 127 0 0.67 0.48 0.04 343.27 0.9 0.64
Hex F6 51 7F 0 43 30 4 157 5A 40
Octal 366 121 177 0 103 60 4 527 132 100
Binary 11110110 1010001 1111111 0 1000011 110000 100 101010111 1011010 1000000

Color Harmonies of #F6517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6517F

Black with #F6517F

Text Example


Text Example

White with #F6517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6517F; }

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

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

background-color css

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

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

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

border-color css

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

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

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