Html Css Color HEX #F04785 French Rose

📋 copy color: '#F04785'

red 240 ◦ green 71 ◦ blue 133

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

Shades of French Rose #F04785

Tints of French Rose #F04785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.99%

 BLUE value IS 133 (52.34% from 255) = 29.95%

R = 54.05%
G = 15.99%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F04785 (or 0xF04785) is known color: French Rose. HEX triplet: F0, 47 and 85. RGB value is (240,71,133). Sum of RGB (Red+Green+Blue) = 240+71+133=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F04785 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04785 is #0FB87A. Grayscale: #808080. Windows color (decimal): -1030267 or 8734704. OLE color: 8734704.

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

Color convert

RGB 240 71 133 -
CMYK 0 0.70 0.45 0.06
HSL 337.99º 0.85% 0.61% -
HSV(B) 337.99º 0.7% 0.94% -
XYZ 42.42 24.73 24.73 -
YUV 128.6 130.49 207.46 -
System Red Green Blue C M Y K H S L
Decimal 240 71 133 0 0.70 0.45 0.06 337.99 0.85 0.61
Hex F0 47 85 0 46 2D 6 152 55 3D
Octal 360 107 205 0 106 55 6 522 125 75
Binary 11110000 1000111 10000101 0 1000110 101101 110 101010010 1010101 111101

Color Harmonies of #F04785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04785

Black with #F04785

Text Example


Text Example

White with #F04785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04785; }

 p { color: rgb(240,71,133); }

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

background-color css

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

 a { background-color: rgb(240,71,133); }

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

border-color css

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

 span { border-color: rgb(240,71,133); }

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