Html Css Color HEX #F05690 French Rose

📋 copy color: '#F05690'

red 240 ◦ green 86 ◦ blue 144

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

Shades of French Rose #F05690

Tints of French Rose #F05690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.3%

 BLUE value IS 144 (56.64% from 255) = 30.64%

R = 51.06%
G = 18.3%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F05690 (or 0xF05690) is known color: French Rose. HEX triplet: F0, 56 and 90. RGB value is (240,86,144). Sum of RGB (Red+Green+Blue) = 240+86+144=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F05690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05690 is #0FA96F. Grayscale: #8A8A8A. Windows color (decimal): -1026416 or 9459440. OLE color: 9459440.

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

Color convert

RGB 240 86 144 -
CMYK 0 0.64 0.4 0.06
HSL 337.4º 0.84% 0.64% -
HSV(B) 337.4º 0.64% 0.94% -
XYZ 44.3 27.19 29.3 -
YUV 138.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 240 86 144 0 0.64 0.4 0.06 337.4 0.84 0.64
Hex F0 56 90 0 40 28 6 151 54 40
Octal 360 126 220 0 100 50 6 521 124 100
Binary 11110000 1010110 10010000 0 1000000 101000 110 101010001 1010100 1000000

Color Harmonies of #F05690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05690

Black with #F05690

Text Example


Text Example

White with #F05690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05690; }

 p { color: rgb(240,86,144); }

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

background-color css

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

 a { background-color: rgb(240,86,144); }

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

border-color css

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

 span { border-color: rgb(240,86,144); }

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