Html Css Color HEX #F05595 French Rose

📋 copy color: '#F05595'

red 240 ◦ green 85 ◦ blue 149

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

Shades of French Rose #F05595

Tints of French Rose #F05595

RGB

 RED value IS 240 (94.14% from 255) = 50.63%

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

 BLUE value IS 149 (58.59% from 255) = 31.43%

R = 50.63%
G = 17.93%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F05595 (or 0xF05595) is known color: French Rose. HEX triplet: F0, 55 and 95. RGB value is (240,85,149). Sum of RGB (Red+Green+Blue) = 240+85+149=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F05595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05595 is #0FAA6A. Grayscale: #8A8A8A. Windows color (decimal): -1026667 or 9786864. OLE color: 9786864.

HSL color Cylindrical-coordinate representation of color #F05595: hue angle of 335.23º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05595 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 85 149 -
CMYK 0 0.65 0.38 0.06
HSL 335.23º 0.84% 0.64% -
HSV(B) 335.23º 0.65% 0.94% -
XYZ 44.61 27.19 31.33 -
YUV 138.64 133.85 200.3 -
System Red Green Blue C M Y K H S L
Decimal 240 85 149 0 0.65 0.38 0.06 335.23 0.84 0.64
Hex F0 55 95 0 41 26 6 14F 54 40
Octal 360 125 225 0 101 46 6 517 124 100
Binary 11110000 1010101 10010101 0 1000001 100110 110 101001111 1010100 1000000

Color Harmonies of #F05595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05595

Black with #F05595

Text Example


Text Example

White with #F05595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05595; }

 p { color: rgb(240,85,149); }

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

background-color css

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

 a { background-color: rgb(240,85,149); }

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

border-color css

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

 span { border-color: rgb(240,85,149); }

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