Html Css Color HEX #F0588D French Rose

📋 copy color: '#F0588D'

red 240 ◦ green 88 ◦ blue 141

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

Shades of French Rose #F0588D

Tints of French Rose #F0588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.76%

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

R = 51.17%
G = 18.76%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0588D (or 0xF0588D) is known color: French Rose. HEX triplet: F0, 58 and 8D. RGB value is (240,88,141). Sum of RGB (Red+Green+Blue) = 240+88+141=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0588D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0588D is #0FA772. Grayscale: #8B8B8B. Windows color (decimal): -1025907 or 9263344. OLE color: 9263344.

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

Color convert

RGB 240 88 141 -
CMYK 0 0.63 0.41 0.06
HSL 339.08º 0.84% 0.64% -
HSV(B) 339.08º 0.63% 0.94% -
XYZ 44.23 27.43 28.16 -
YUV 139.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 240 88 141 0 0.63 0.41 0.06 339.08 0.84 0.64
Hex F0 58 8D 0 3F 29 6 153 54 40
Octal 360 130 215 0 77 51 6 523 124 100
Binary 11110000 1011000 10001101 0 111111 101001 110 101010011 1010100 1000000

Color Harmonies of #F0588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0588D

Black with #F0588D

Text Example


Text Example

White with #F0588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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