Html Css Color HEX #F0508D French Rose

📋 copy color: '#F0508D'

red 240 ◦ green 80 ◦ blue 141

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

Shades of French Rose #F0508D

Tints of French Rose #F0508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 52.06%
G = 17.35%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0508D (or 0xF0508D) is known color: French Rose. HEX triplet: F0, 50 and 8D. RGB value is (240,80,141). Sum of RGB (Red+Green+Blue) = 240+80+141=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0508D is #0FAF72. Grayscale: #868686. Windows color (decimal): -1027955 or 9261296. OLE color: 9261296.

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

Color convert

RGB 240 80 141 -
CMYK 0 0.67 0.41 0.06
HSL 337.13º 0.84% 0.63% -
HSV(B) 337.13º 0.67% 0.94% -
XYZ 43.61 26.19 27.96 -
YUV 134.79 131.51 203.04 -
System Red Green Blue C M Y K H S L
Decimal 240 80 141 0 0.67 0.41 0.06 337.13 0.84 0.63
Hex F0 50 8D 0 43 29 6 151 54 3F
Octal 360 120 215 0 103 51 6 521 124 77
Binary 11110000 1010000 10001101 0 1000011 101001 110 101010001 1010100 111111

Color Harmonies of #F0508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0508D

Black with #F0508D

Text Example


Text Example

White with #F0508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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