Html Css Color HEX #F05491 French Rose

📋 copy color: '#F05491'

red 240 ◦ green 84 ◦ blue 145

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

Shades of French Rose #F05491

Tints of French Rose #F05491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.91%

 BLUE value IS 145 (57.03% from 255) = 30.92%

R = 51.17%
G = 17.91%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F05491 (or 0xF05491) is known color: French Rose. HEX triplet: F0, 54 and 91. RGB value is (240,84,145). Sum of RGB (Red+Green+Blue) = 240+84+145=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F05491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05491 is #0FAB6E. Grayscale: #898989. Windows color (decimal): -1026927 or 9524464. OLE color: 9524464.

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

Color convert

RGB 240 84 145 -
CMYK 0 0.65 0.40 0.06
HSL 336.54º 0.84% 0.64% -
HSV(B) 336.54º 0.65% 0.94% -
XYZ 44.22 26.91 29.65 -
YUV 137.6 132.18 201.04 -
System Red Green Blue C M Y K H S L
Decimal 240 84 145 0 0.65 0.40 0.06 336.54 0.84 0.64
Hex F0 54 91 0 41 28 6 151 54 40
Octal 360 124 221 0 101 50 6 521 124 100
Binary 11110000 1010100 10010001 0 1000001 101000 110 101010001 1010100 1000000

Color Harmonies of #F05491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05491

Black with #F05491

Text Example


Text Example

White with #F05491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05491; }

 p { color: rgb(240,84,145); }

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

background-color css

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

 a { background-color: rgb(240,84,145); }

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

border-color css

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

 span { border-color: rgb(240,84,145); }

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