Html Css Color HEX #F03D8D Violet Red

📋 copy color: '#F03D8D'

red 240 ◦ green 61 ◦ blue 141

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

Shades of Violet Red #F03D8D

Tints of Violet Red #F03D8D

RGB

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

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

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

R = 54.3%
G = 13.8%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F03D8D (or 0xF03D8D) is known color: Violet Red. HEX triplet: F0, 3D and 8D. RGB value is (240,61,141). Sum of RGB (Red+Green+Blue) = 240+61+141=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03D8D is #0FC272. Grayscale: #7B7B7B. Windows color (decimal): -1032819 or 9256432. OLE color: 9256432.

HSL color Cylindrical-coordinate representation of color #F03D8D: hue angle of 333.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 #F03D8D is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 61 141 -
CMYK 0 0.75 0.41 0.06
HSL 333.18º 0.86% 0.59% -
HSV(B) 333.18º 0.75% 0.94% -
XYZ 42.41 23.79 27.56 -
YUV 123.64 137.8 211 -
System Red Green Blue C M Y K H S L
Decimal 240 61 141 0 0.75 0.41 0.06 333.18 0.86 0.59
Hex F0 3D 8D 0 4B 29 6 14D 56 3B
Octal 360 75 215 0 113 51 6 515 126 73
Binary 11110000 111101 10001101 0 1001011 101001 110 101001101 1010110 111011

Color Harmonies of #F03D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D8D

Black with #F03D8D

Text Example


Text Example

White with #F03D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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