Html Css Color HEX #F03A90 Violet Red

📋 copy color: '#F03A90'

red 240 ◦ green 58 ◦ blue 144

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

Shades of Violet Red #F03A90

Tints of Violet Red #F03A90

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.12%

 BLUE value IS 144 (56.64% from 255) = 32.58%

R = 54.3%
G = 13.12%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F03A90 (or 0xF03A90) is known color: Violet Red. HEX triplet: F0, 3A and 90. RGB value is (240,58,144). Sum of RGB (Red+Green+Blue) = 240+58+144=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03A90 is #0FC56F. Grayscale: #7A7A7A. Windows color (decimal): -1033584 or 9452272. OLE color: 9452272.

HSL color Cylindrical-coordinate representation of color #F03A90: hue angle of 331.65º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03A90 is Cyan = 0, Magento = 0.76, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 58 144 -
CMYK 0 0.76 0.4 0.06
HSL 331.65º 0.86% 0.58% -
HSV(B) 331.65º 0.76% 0.94% -
XYZ 42.48 23.56 28.69 -
YUV 122.22 140.3 212.01 -
System Red Green Blue C M Y K H S L
Decimal 240 58 144 0 0.76 0.4 0.06 331.65 0.86 0.58
Hex F0 3A 90 0 4C 28 6 14C 56 3A
Octal 360 72 220 0 114 50 6 514 126 72
Binary 11110000 111010 10010000 0 1001100 101000 110 101001100 1010110 111010

Color Harmonies of #F03A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A90

Black with #F03A90

Text Example


Text Example

White with #F03A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A90; }

 p { color: rgb(240,58,144); }

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

background-color css

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

 a { background-color: rgb(240,58,144); }

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

border-color css

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

 span { border-color: rgb(240,58,144); }

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