Html Css Color HEX #F65586 French Rose

📋 copy color: '#F65586'

red 246 ◦ green 85 ◦ blue 134

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

Shades of French Rose #F65586

Tints of French Rose #F65586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.28%

 BLUE value IS 134 (52.73% from 255) = 28.82%

R = 52.9%
G = 18.28%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F65586 (or 0xF65586) is known color: French Rose. HEX triplet: F6, 55 and 86. RGB value is (246,85,134). Sum of RGB (Red+Green+Blue) = 246+85+134=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F65586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65586 is #09AA79. Grayscale: #8A8A8A. Windows color (decimal): -633466 or 8803830. OLE color: 8803830.

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

Color convert

RGB 246 85 134 -
CMYK 0 0.65 0.46 0.04
HSL 341.74º 0.9% 0.65% -
HSV(B) 341.74º 0.65% 0.96% -
XYZ 45.56 27.81 25.52 -
YUV 138.73 125.34 204.52 -
System Red Green Blue C M Y K H S L
Decimal 246 85 134 0 0.65 0.46 0.04 341.74 0.9 0.65
Hex F6 55 86 0 41 2E 4 156 5A 41
Octal 366 125 206 0 101 56 4 526 132 101
Binary 11110110 1010101 10000110 0 1000001 101110 100 101010110 1011010 1000001

Color Harmonies of #F65586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65586

Black with #F65586

Text Example


Text Example

White with #F65586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65586; }

 p { color: rgb(246,85,134); }

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

background-color css

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

 a { background-color: rgb(246,85,134); }

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

border-color css

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

 span { border-color: rgb(246,85,134); }

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