Html Css Color HEX #F03A83 Violet Red

📋 copy color: '#F03A83'

red 240 ◦ green 58 ◦ blue 131

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

Shades of Violet Red #F03A83

Tints of Violet Red #F03A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.54%

R = 55.94%
G = 13.52%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F03A83 (or 0xF03A83) is known color: Violet Red. HEX triplet: F0, 3A and 83. RGB value is (240,58,131). Sum of RGB (Red+Green+Blue) = 240+58+131=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03A83 is #0FC57C. Grayscale: #787878. Windows color (decimal): -1033597 or 8600304. OLE color: 8600304.

HSL color Cylindrical-coordinate representation of color #F03A83: hue angle of 335.93º 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 #F03A83 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 58 131 -
CMYK 0 0.76 0.45 0.06
HSL 335.93º 0.86% 0.58% -
HSV(B) 335.93º 0.76% 0.94% -
XYZ 41.54 23.19 23.76 -
YUV 120.74 133.8 213.06 -
System Red Green Blue C M Y K H S L
Decimal 240 58 131 0 0.76 0.45 0.06 335.93 0.86 0.58
Hex F0 3A 83 0 4C 2D 6 150 56 3A
Octal 360 72 203 0 114 55 6 520 126 72
Binary 11110000 111010 10000011 0 1001100 101101 110 101010000 1010110 111010

Color Harmonies of #F03A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A83

Black with #F03A83

Text Example


Text Example

White with #F03A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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