Html Css Color HEX #F0508B French Rose

📋 copy color: '#F0508B'

red 240 ◦ green 80 ◦ blue 139

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

Shades of French Rose #F0508B

Tints of French Rose #F0508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 52.29%
G = 17.43%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0508B (or 0xF0508B) is known color: French Rose. HEX triplet: F0, 50 and 8B. RGB value is (240,80,139). Sum of RGB (Red+Green+Blue) = 240+80+139=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0508B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0508B is #0FAF74. Grayscale: #868686. Windows color (decimal): -1027957 or 9130224. OLE color: 9130224.

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

Color convert

RGB 240 80 139 -
CMYK 0 0.67 0.42 0.06
HSL 337.88º 0.84% 0.63% -
HSV(B) 337.88º 0.67% 0.94% -
XYZ 43.46 26.13 27.18 -
YUV 134.57 130.51 203.2 -
System Red Green Blue C M Y K H S L
Decimal 240 80 139 0 0.67 0.42 0.06 337.88 0.84 0.63
Hex F0 50 8B 0 43 2A 6 152 54 3F
Octal 360 120 213 0 103 52 6 522 124 77
Binary 11110000 1010000 10001011 0 1000011 101010 110 101010010 1010100 111111

Color Harmonies of #F0508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0508B

Black with #F0508B

Text Example


Text Example

White with #F0508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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