Html Css Color HEX #F04593 Violet Red

📋 copy color: '#F04593'

red 240 ◦ green 69 ◦ blue 147

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

Shades of Violet Red #F04593

Tints of Violet Red #F04593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.13%

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

R = 52.63%
G = 15.13%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F04593 (or 0xF04593) is known color: Violet Red. HEX triplet: F0, 45 and 93. RGB value is (240,69,147). Sum of RGB (Red+Green+Blue) = 240+69+147=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F04593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04593 is #0FBA6C. Grayscale: #808080. Windows color (decimal): -1030765 or 9651696. OLE color: 9651696.

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

Color convert

RGB 240 69 147 -
CMYK 0 0.71 0.39 0.06
HSL 332.63º 0.85% 0.61% -
HSV(B) 332.63º 0.71% 0.94% -
XYZ 43.33 24.89 30.12 -
YUV 129.02 138.15 207.16 -
System Red Green Blue C M Y K H S L
Decimal 240 69 147 0 0.71 0.39 0.06 332.63 0.85 0.61
Hex F0 45 93 0 47 27 6 14D 55 3D
Octal 360 105 223 0 107 47 6 515 125 75
Binary 11110000 1000101 10010011 0 1000111 100111 110 101001101 1010101 111101

Color Harmonies of #F04593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04593

Black with #F04593

Text Example


Text Example

White with #F04593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04593; }

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

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

background-color css

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

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

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

border-color css

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

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

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