Html Css Color HEX #F03E8D Violet Red

📋 copy color: '#F03E8D'

red 240 ◦ green 62 ◦ blue 141

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

Shades of Violet Red #F03E8D

Tints of Violet Red #F03E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14%

 BLUE value IS 141 (55.47% from 255) = 31.83%

R = 54.18%
G = 14%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F03E8D (or 0xF03E8D) is known color: Violet Red. HEX triplet: F0, 3E and 8D. RGB value is (240,62,141). Sum of RGB (Red+Green+Blue) = 240+62+141=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03E8D is #0FC172. Grayscale: #7C7C7C. Windows color (decimal): -1032563 or 9256688. OLE color: 9256688.

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

Color convert

RGB 240 62 141 -
CMYK 0 0.74 0.41 0.06
HSL 333.37º 0.86% 0.59% -
HSV(B) 333.37º 0.74% 0.94% -
XYZ 42.47 23.89 27.57 -
YUV 124.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 240 62 141 0 0.74 0.41 0.06 333.37 0.86 0.59
Hex F0 3E 8D 0 4A 29 6 14D 56 3B
Octal 360 76 215 0 112 51 6 515 126 73
Binary 11110000 111110 10001101 0 1001010 101001 110 101001101 1010110 111011

Color Harmonies of #F03E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03E8D

Black with #F03E8D

Text Example


Text Example

White with #F03E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03E8D; }

 p { color: rgb(240,62,141); }

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

background-color css

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

 a { background-color: rgb(240,62,141); }

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

border-color css

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

 span { border-color: rgb(240,62,141); }

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