Html Css Color HEX #F6487F French Rose

📋 copy color: '#F6487F'

red 246 ◦ green 72 ◦ blue 127

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

Shades of French Rose #F6487F

Tints of French Rose #F6487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.18%

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

R = 55.28%
G = 16.18%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6487F (or 0xF6487F) is known color: French Rose. HEX triplet: F6, 48 and 7F. RGB value is (246,72,127). Sum of RGB (Red+Green+Blue) = 246+72+127=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F6487F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6487F is #09B780. Grayscale: #828282. Windows color (decimal): -636801 or 8341750. OLE color: 8341750.

HSL color Cylindrical-coordinate representation of color #F6487F: hue angle of 341.03º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F6487F is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 72 127 -
CMYK 0 0.71 0.48 0.04
HSL 341.03º 0.91% 0.62% -
HSV(B) 341.03º 0.71% 0.96% -
XYZ 44.15 25.76 22.72 -
YUV 130.3 126.15 210.53 -
System Red Green Blue C M Y K H S L
Decimal 246 72 127 0 0.71 0.48 0.04 341.03 0.91 0.62
Hex F6 48 7F 0 47 30 4 155 5B 3E
Octal 366 110 177 0 107 60 4 525 133 76
Binary 11110110 1001000 1111111 0 1000111 110000 100 101010101 1011011 111110

Color Harmonies of #F6487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6487F

Black with #F6487F

Text Example


Text Example

White with #F6487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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