Html Css Color HEX #F05095 French Rose

📋 copy color: '#F05095'

red 240 ◦ green 80 ◦ blue 149

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

Shades of French Rose #F05095

Tints of French Rose #F05095

RGB

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

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

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

R = 51.17%
G = 17.06%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F05095 (or 0xF05095) is known color: French Rose. HEX triplet: F0, 50 and 95. RGB value is (240,80,149). Sum of RGB (Red+Green+Blue) = 240+80+149=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F05095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05095 is #0FAF6A. Grayscale: #878787. Windows color (decimal): -1027947 or 9785584. OLE color: 9785584.

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

Color convert

RGB 240 80 149 -
CMYK 0 0.67 0.38 0.06
HSL 334.13º 0.84% 0.63% -
HSV(B) 334.13º 0.67% 0.94% -
XYZ 44.23 26.43 31.2 -
YUV 135.71 135.51 202.39 -
System Red Green Blue C M Y K H S L
Decimal 240 80 149 0 0.67 0.38 0.06 334.13 0.84 0.63
Hex F0 50 95 0 43 26 6 14E 54 3F
Octal 360 120 225 0 103 46 6 516 124 77
Binary 11110000 1010000 10010101 0 1000011 100110 110 101001110 1010100 111111

Color Harmonies of #F05095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05095

Black with #F05095

Text Example


Text Example

White with #F05095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05095; }

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

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

background-color css

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

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

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

border-color css

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

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

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