Html Css Color HEX #F0398E Violet Red

📋 copy color: '#F0398E'

red 240 ◦ green 57 ◦ blue 142

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

Shades of Violet Red #F0398E

Tints of Violet Red #F0398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.98%

 BLUE value IS 142 (55.86% from 255) = 32.35%

R = 54.67%
G = 12.98%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0398E (or 0xF0398E) is known color: Violet Red. HEX triplet: F0, 39 and 8E. RGB value is (240,57,142). Sum of RGB (Red+Green+Blue) = 240+57+142=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F0398E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0398E is #0FC671. Grayscale: #797979. Windows color (decimal): -1033842 or 9320944. OLE color: 9320944.

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

Color convert

RGB 240 57 142 -
CMYK 0 0.76 0.41 0.06
HSL 332.13º 0.86% 0.58% -
HSV(B) 332.13º 0.76% 0.94% -
XYZ 42.28 23.4 27.88 -
YUV 121.41 139.63 212.59 -
System Red Green Blue C M Y K H S L
Decimal 240 57 142 0 0.76 0.41 0.06 332.13 0.86 0.58
Hex F0 39 8E 0 4C 29 6 14C 56 3A
Octal 360 71 216 0 114 51 6 514 126 72
Binary 11110000 111001 10001110 0 1001100 101001 110 101001100 1010110 111010

Color Harmonies of #F0398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0398E

Black with #F0398E

Text Example


Text Example

White with #F0398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0398E; }

 p { color: rgb(240,57,142); }

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

background-color css

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

 a { background-color: rgb(240,57,142); }

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

border-color css

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

 span { border-color: rgb(240,57,142); }

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