Html Css Color HEX #F05E93 French Rose

📋 copy color: '#F05E93'

red 240 ◦ green 94 ◦ blue 147

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

Shades of French Rose #F05E93

Tints of French Rose #F05E93

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.54%

 BLUE value IS 147 (57.81% from 255) = 30.56%

R = 49.9%
G = 19.54%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F05E93 (or 0xF05E93) is known color: French Rose. HEX triplet: F0, 5E and 93. RGB value is (240,94,147). Sum of RGB (Red+Green+Blue) = 240+94+147=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05E93 is #0FA16C. Grayscale: #8F8F8F. Windows color (decimal): -1024365 or 9658096. OLE color: 9658096.

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

Color convert

RGB 240 94 147 -
CMYK 0 0.61 0.39 0.06
HSL 338.22º 0.83% 0.65% -
HSV(B) 338.22º 0.61% 0.94% -
XYZ 45.2 28.64 30.75 -
YUV 143.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 240 94 147 0 0.61 0.39 0.06 338.22 0.83 0.65
Hex F0 5E 93 0 3D 27 6 152 53 41
Octal 360 136 223 0 75 47 6 522 123 101
Binary 11110000 1011110 10010011 0 111101 100111 110 101010010 1010011 1000001

Color Harmonies of #F05E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05E93

Black with #F05E93

Text Example


Text Example

White with #F05E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05E93; }

 p { color: rgb(240,94,147); }

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

background-color css

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

 a { background-color: rgb(240,94,147); }

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

border-color css

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

 span { border-color: rgb(240,94,147); }

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