Html Css Color HEX #F04993 French Rose

📋 copy color: '#F04993'

red 240 ◦ green 73 ◦ blue 147

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

Shades of French Rose #F04993

Tints of French Rose #F04993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.87%

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

R = 52.17%
G = 15.87%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F04993 (or 0xF04993) is known color: French Rose. HEX triplet: F0, 49 and 93. RGB value is (240,73,147). Sum of RGB (Red+Green+Blue) = 240+73+147=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F04993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04993 is #0FB66C. Grayscale: #838383. Windows color (decimal): -1029741 or 9652720. OLE color: 9652720.

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

Color convert

RGB 240 73 147 -
CMYK 0 0.70 0.39 0.06
HSL 333.41º 0.85% 0.61% -
HSV(B) 333.41º 0.7% 0.94% -
XYZ 43.58 25.4 30.21 -
YUV 131.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 240 73 147 0 0.70 0.39 0.06 333.41 0.85 0.61
Hex F0 49 93 0 46 27 6 14D 55 3D
Octal 360 111 223 0 106 47 6 515 125 75
Binary 11110000 1001001 10010011 0 1000110 100111 110 101001101 1010101 111101

Color Harmonies of #F04993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04993

Black with #F04993

Text Example


Text Example

White with #F04993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04993; }

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

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

background-color css

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

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

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

border-color css

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

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

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