Html Css Color HEX #F03D90 Violet Red

📋 copy color: '#F03D90'

red 240 ◦ green 61 ◦ blue 144

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

Shades of Violet Red #F03D90

Tints of Violet Red #F03D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.71%

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

R = 53.93%
G = 13.71%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F03D90 (or 0xF03D90) is known color: Violet Red. HEX triplet: F0, 3D and 90. RGB value is (240,61,144). Sum of RGB (Red+Green+Blue) = 240+61+144=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03D90 is #0FC26F. Grayscale: #7B7B7B. Windows color (decimal): -1032816 or 9453040. OLE color: 9453040.

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

Color convert

RGB 240 61 144 -
CMYK 0 0.75 0.4 0.06
HSL 332.18º 0.86% 0.59% -
HSV(B) 332.18º 0.75% 0.94% -
XYZ 42.64 23.88 28.75 -
YUV 123.98 139.3 210.75 -
System Red Green Blue C M Y K H S L
Decimal 240 61 144 0 0.75 0.4 0.06 332.18 0.86 0.59
Hex F0 3D 90 0 4B 28 6 14C 56 3B
Octal 360 75 220 0 113 50 6 514 126 73
Binary 11110000 111101 10010000 0 1001011 101000 110 101001100 1010110 111011

Color Harmonies of #F03D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D90

Black with #F03D90

Text Example


Text Example

White with #F03D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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