Html Css Color HEX #F05099 French Rose

📋 copy color: '#F05099'

red 240 ◦ green 80 ◦ blue 153

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

Shades of French Rose #F05099

Tints of French Rose #F05099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.35%

R = 50.74%
G = 16.91%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F05099 (or 0xF05099) is known color: French Rose. HEX triplet: F0, 50 and 99. RGB value is (240,80,153). Sum of RGB (Red+Green+Blue) = 240+80+153=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F05099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05099 is #0FAF66. Grayscale: #888888. Windows color (decimal): -1027943 or 10047728. OLE color: 10047728.

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

Color convert

RGB 240 80 153 -
CMYK 0 0.67 0.36 0.06
HSL 332.63º 0.84% 0.63% -
HSV(B) 332.63º 0.67% 0.94% -
XYZ 44.55 26.56 32.92 -
YUV 136.16 137.51 202.06 -
System Red Green Blue C M Y K H S L
Decimal 240 80 153 0 0.67 0.36 0.06 332.63 0.84 0.63
Hex F0 50 99 0 43 24 6 14D 54 3F
Octal 360 120 231 0 103 44 6 515 124 77
Binary 11110000 1010000 10011001 0 1000011 100100 110 101001101 1010100 111111

Color Harmonies of #F05099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05099

Black with #F05099

Text Example


Text Example

White with #F05099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05099; }

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

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

background-color css

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

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

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

border-color css

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

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

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