Html Css Color HEX #F05391 French Rose

📋 copy color: '#F05391'

red 240 ◦ green 83 ◦ blue 145

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

Shades of French Rose #F05391

Tints of French Rose #F05391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.74%

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

R = 51.28%
G = 17.74%
B = 30.98%

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

#F05391 (or 0xF05391) is known color: French Rose. HEX triplet: F0, 53 and 91. RGB value is (240,83,145). Sum of RGB (Red+Green+Blue) = 240+83+145=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F05391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05391 is #0FAC6E. Grayscale: #888888. Windows color (decimal): -1027183 or 9524208. OLE color: 9524208.

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

Color convert

RGB 240 83 145 -
CMYK 0 0.65 0.40 0.06
HSL 336.31º 0.84% 0.63% -
HSV(B) 336.31º 0.65% 0.94% -
XYZ 44.14 26.76 29.63 -
YUV 137.01 132.51 201.46 -
System Red Green Blue C M Y K H S L
Decimal 240 83 145 0 0.65 0.40 0.06 336.31 0.84 0.63
Hex F0 53 91 0 41 28 6 150 54 3F
Octal 360 123 221 0 101 50 6 520 124 77
Binary 11110000 1010011 10010001 0 1000001 101000 110 101010000 1010100 111111

Color Harmonies of #F05391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05391

Black with #F05391

Text Example


Text Example

White with #F05391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05391; }

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

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

background-color css

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

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

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

border-color css

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

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

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