Html Css Color HEX #F65993 French Rose

📋 copy color: '#F65993'

red 246 ◦ green 89 ◦ blue 147

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

Shades of French Rose #F65993

Tints of French Rose #F65993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.46%

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 51.04%
G = 18.46%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F65993 (or 0xF65993) is known color: French Rose. HEX triplet: F6, 59 and 93. RGB value is (246,89,147). Sum of RGB (Red+Green+Blue) = 246+89+147=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F65993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65993 is #09A66C. Grayscale: #8E8E8E. Windows color (decimal): -632429 or 9656822. OLE color: 9656822.

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

Color convert

RGB 246 89 147 -
CMYK 0 0.64 0.40 0.04
HSL 337.83º 0.9% 0.66% -
HSV(B) 337.83º 0.64% 0.96% -
XYZ 46.84 28.84 30.7 -
YUV 142.56 130.51 201.78 -
System Red Green Blue C M Y K H S L
Decimal 246 89 147 0 0.64 0.40 0.04 337.83 0.9 0.66
Hex F6 59 93 0 40 28 4 152 5A 42
Octal 366 131 223 0 100 50 4 522 132 102
Binary 11110110 1011001 10010011 0 1000000 101000 100 101010010 1011010 1000010

Color Harmonies of #F65993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65993

Black with #F65993

Text Example


Text Example

White with #F65993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65993; }

 p { color: rgb(246,89,147); }

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

background-color css

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

 a { background-color: rgb(246,89,147); }

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

border-color css

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

 span { border-color: rgb(246,89,147); }

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