Html Css Color HEX #F0488D French Rose

📋 copy color: '#F0488D'

red 240 ◦ green 72 ◦ blue 141

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

Shades of French Rose #F0488D

Tints of French Rose #F0488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.89%

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

R = 52.98%
G = 15.89%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0488D (or 0xF0488D) is known color: French Rose. HEX triplet: F0, 48 and 8D. RGB value is (240,72,141). Sum of RGB (Red+Green+Blue) = 240+72+141=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0488D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0488D is #0FB772. Grayscale: #818181. Windows color (decimal): -1030003 or 9259248. OLE color: 9259248.

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

Color convert

RGB 240 72 141 -
CMYK 0 0.7 0.41 0.06
HSL 335.36º 0.85% 0.61% -
HSV(B) 335.36º 0.7% 0.94% -
XYZ 43.06 25.08 27.77 -
YUV 130.1 134.16 206.39 -
System Red Green Blue C M Y K H S L
Decimal 240 72 141 0 0.7 0.41 0.06 335.36 0.85 0.61
Hex F0 48 8D 0 46 29 6 14F 55 3D
Octal 360 110 215 0 106 51 6 517 125 75
Binary 11110000 1001000 10001101 0 1000110 101001 110 101001111 1010101 111101

Color Harmonies of #F0488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0488D

Black with #F0488D

Text Example


Text Example

White with #F0488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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