Html Css Color HEX #F65589 French Rose

📋 copy color: '#F65589'

red 246 ◦ green 85 ◦ blue 137

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

Shades of French Rose #F65589

Tints of French Rose #F65589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.27%

R = 52.56%
G = 18.16%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F65589 (or 0xF65589) is known color: French Rose. HEX triplet: F6, 55 and 89. RGB value is (246,85,137). Sum of RGB (Red+Green+Blue) = 246+85+137=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F65589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65589 is #09AA76. Grayscale: #8B8B8B. Windows color (decimal): -633463 or 9000438. OLE color: 9000438.

HSL color Cylindrical-coordinate representation of color #F65589: hue angle of 340.62º 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 #F65589 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 85 137 -
CMYK 0 0.65 0.44 0.04
HSL 340.62º 0.9% 0.65% -
HSV(B) 340.62º 0.65% 0.96% -
XYZ 45.77 27.9 26.64 -
YUV 139.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 246 85 137 0 0.65 0.44 0.04 340.62 0.9 0.65
Hex F6 55 89 0 41 2C 4 155 5A 41
Octal 366 125 211 0 101 54 4 525 132 101
Binary 11110110 1010101 10001001 0 1000001 101100 100 101010101 1011010 1000001

Color Harmonies of #F65589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65589

Black with #F65589

Text Example


Text Example

White with #F65589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65589; }

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

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

background-color css

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

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

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

border-color css

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

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

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