Html Css Color HEX #F0337D Violet Red

📋 copy color: '#F0337D'

red 240 ◦ green 51 ◦ blue 125

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

Shades of Violet Red #F0337D

Tints of Violet Red #F0337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.26%

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 57.69%
G = 12.26%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0337D (or 0xF0337D) is known color: Violet Red. HEX triplet: F0, 33 and 7D. RGB value is (240,51,125). Sum of RGB (Red+Green+Blue) = 240+51+125=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0337D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0337D is #0FCC82. Grayscale: #737373. Windows color (decimal): -1035395 or 8205296. OLE color: 8205296.

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

Color convert

RGB 240 51 125 -
CMYK 0 0.79 0.48 0.06
HSL 336.51º 0.86% 0.57% -
HSV(B) 336.51º 0.79% 0.94% -
XYZ 40.82 22.37 21.57 -
YUV 115.95 133.12 216.48 -
System Red Green Blue C M Y K H S L
Decimal 240 51 125 0 0.79 0.48 0.06 336.51 0.86 0.57
Hex F0 33 7D 0 4F 30 6 151 56 39
Octal 360 63 175 0 117 60 6 521 126 71
Binary 11110000 110011 1111101 0 1001111 110000 110 101010001 1010110 111001

Color Harmonies of #F0337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0337D

Black with #F0337D

Text Example


Text Example

White with #F0337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0337D; }

 p { color: rgb(240,51,125); }

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

background-color css

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

 a { background-color: rgb(240,51,125); }

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

border-color css

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

 span { border-color: rgb(240,51,125); }

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