Html Css Color HEX #F0368D Violet Red

📋 copy color: '#F0368D'

red 240 ◦ green 54 ◦ blue 141

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

Shades of Violet Red #F0368D

Tints of Violet Red #F0368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.41%

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

R = 55.17%
G = 12.41%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0368D (or 0xF0368D) is known color: Violet Red. HEX triplet: F0, 36 and 8D. RGB value is (240,54,141). Sum of RGB (Red+Green+Blue) = 240+54+141=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0368D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0368D is #0FC972. Grayscale: #777777. Windows color (decimal): -1034611 or 9254640. OLE color: 9254640.

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

Color convert

RGB 240 54 141 -
CMYK 0 0.78 0.41 0.06
HSL 331.94º 0.86% 0.58% -
HSV(B) 331.94º 0.78% 0.94% -
XYZ 42.06 23.09 27.44 -
YUV 119.53 140.12 213.93 -
System Red Green Blue C M Y K H S L
Decimal 240 54 141 0 0.78 0.41 0.06 331.94 0.86 0.58
Hex F0 36 8D 0 4E 29 6 14C 56 3A
Octal 360 66 215 0 116 51 6 514 126 72
Binary 11110000 110110 10001101 0 1001110 101001 110 101001100 1010110 111010

Color Harmonies of #F0368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0368D

Black with #F0368D

Text Example


Text Example

White with #F0368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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