Html Css Color HEX #F05190 French Rose

📋 copy color: '#F05190'

red 240 ◦ green 81 ◦ blue 144

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

Shades of French Rose #F05190

Tints of French Rose #F05190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.42%

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

R = 51.61%
G = 17.42%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F05190 (or 0xF05190) is known color: French Rose. HEX triplet: F0, 51 and 90. RGB value is (240,81,144). Sum of RGB (Red+Green+Blue) = 240+81+144=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F05190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05190 is #0FAE6F. Grayscale: #878787. Windows color (decimal): -1027696 or 9458160. OLE color: 9458160.

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

Color convert

RGB 240 81 144 -
CMYK 0 0.66 0.4 0.06
HSL 336.23º 0.84% 0.63% -
HSV(B) 336.23º 0.66% 0.94% -
XYZ 43.91 26.42 29.17 -
YUV 135.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 240 81 144 0 0.66 0.4 0.06 336.23 0.84 0.63
Hex F0 51 90 0 42 28 6 150 54 3F
Octal 360 121 220 0 102 50 6 520 124 77
Binary 11110000 1010001 10010000 0 1000010 101000 110 101010000 1010100 111111

Color Harmonies of #F05190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05190

Black with #F05190

Text Example


Text Example

White with #F05190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05190; }

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

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

background-color css

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

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

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

border-color css

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

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

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