Html Css Color HEX #F0398F Violet Red

📋 copy color: '#F0398F'

red 240 ◦ green 57 ◦ blue 143

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

Shades of Violet Red #F0398F

Tints of Violet Red #F0398F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.5%

R = 54.55%
G = 12.95%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0398F (or 0xF0398F) is known color: Violet Red. HEX triplet: F0, 39 and 8F. RGB value is (240,57,143). Sum of RGB (Red+Green+Blue) = 240+57+143=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0398F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0398F is #0FC670. Grayscale: #797979. Windows color (decimal): -1033841 or 9386480. OLE color: 9386480.

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

Color convert

RGB 240 57 143 -
CMYK 0 0.76 0.40 0.06
HSL 331.8º 0.86% 0.58% -
HSV(B) 331.8º 0.76% 0.94% -
XYZ 42.36 23.43 28.28 -
YUV 121.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 240 57 143 0 0.76 0.40 0.06 331.8 0.86 0.58
Hex F0 39 8F 0 4C 28 6 14C 56 3A
Octal 360 71 217 0 114 50 6 514 126 72
Binary 11110000 111001 10001111 0 1001100 101000 110 101001100 1010110 111010

Color Harmonies of #F0398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0398F

Black with #F0398F

Text Example


Text Example

White with #F0398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0398F; }

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

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

background-color css

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

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

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

border-color css

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

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

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