Html Css Color HEX #F05394 French Rose

📋 copy color: '#F05394'

red 240 ◦ green 83 ◦ blue 148

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

Shades of French Rose #F05394

Tints of French Rose #F05394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.42%

R = 50.96%
G = 17.62%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F05394 (or 0xF05394) is known color: French Rose. HEX triplet: F0, 53 and 94. RGB value is (240,83,148). Sum of RGB (Red+Green+Blue) = 240+83+148=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F05394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05394 is #0FAC6B. Grayscale: #898989. Windows color (decimal): -1027180 or 9720816. OLE color: 9720816.

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

Color convert

RGB 240 83 148 -
CMYK 0 0.65 0.38 0.06
HSL 335.16º 0.84% 0.63% -
HSV(B) 335.16º 0.65% 0.94% -
XYZ 44.37 26.85 30.86 -
YUV 137.35 134.01 201.21 -
System Red Green Blue C M Y K H S L
Decimal 240 83 148 0 0.65 0.38 0.06 335.16 0.84 0.63
Hex F0 53 94 0 41 26 6 14F 54 3F
Octal 360 123 224 0 101 46 6 517 124 77
Binary 11110000 1010011 10010100 0 1000001 100110 110 101001111 1010100 111111

Color Harmonies of #F05394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05394

Black with #F05394

Text Example


Text Example

White with #F05394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05394; }

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

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

background-color css

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

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

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

border-color css

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

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

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