Html Css Color HEX #F65091 French Rose

📋 copy color: '#F65091'

red 246 ◦ green 80 ◦ blue 145

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

Shades of French Rose #F65091

Tints of French Rose #F65091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.99%

 BLUE value IS 145 (57.03% from 255) = 30.79%

R = 52.23%
G = 16.99%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F65091 (or 0xF65091) is known color: French Rose. HEX triplet: F6, 50 and 91. RGB value is (246,80,145). Sum of RGB (Red+Green+Blue) = 246+80+145=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F65091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65091 is #09AF6E. Grayscale: #888888. Windows color (decimal): -634735 or 9523446. OLE color: 9523446.

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

Color convert

RGB 246 80 145 -
CMYK 0 0.67 0.41 0.04
HSL 336.51º 0.9% 0.64% -
HSV(B) 336.51º 0.67% 0.96% -
XYZ 45.99 27.37 29.65 -
YUV 137.04 132.5 205.71 -
System Red Green Blue C M Y K H S L
Decimal 246 80 145 0 0.67 0.41 0.04 336.51 0.9 0.64
Hex F6 50 91 0 43 29 4 151 5A 40
Octal 366 120 221 0 103 51 4 521 132 100
Binary 11110110 1010000 10010001 0 1000011 101001 100 101010001 1011010 1000000

Color Harmonies of #F65091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65091

Black with #F65091

Text Example


Text Example

White with #F65091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65091; }

 p { color: rgb(246,80,145); }

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

background-color css

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

 a { background-color: rgb(246,80,145); }

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

border-color css

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

 span { border-color: rgb(246,80,145); }

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