Html Css Color HEX #F370F0 Violet

📋 copy color: '#F370F0'

red 243 ◦ green 112 ◦ blue 240

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

Shades of Violet #F370F0

Tints of Violet #F370F0

RGB

 RED value IS 243 (95.31% from 255) = 40.84%

 GREEN value IS 112 (44.14% from 255) = 18.82%

 BLUE value IS 240 (94.14% from 255) = 40.34%

R = 40.84%
G = 18.82%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F370F0 (or 0xF370F0) is known color: Violet. HEX triplet: F3, 70 and F0. RGB value is (243,112,240). Sum of RGB (Red+Green+Blue) = 243+112+240=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 112 (44.14% from 255 or 18.82% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F370F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F370F0 is #0C8F0F. Grayscale: #A5A5A5. Windows color (decimal): -823056 or 15757555. OLE color: 15757555.

HSL color Cylindrical-coordinate representation of color #F370F0: hue angle of 301.37º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370F0 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 112 240 -
CMYK 0 0.54 0.01 0.05
HSL 301.37º 0.85% 0.7% -
HSV(B) 301.37º 0.54% 0.95% -
XYZ 58.48 36.93 86.48 -
YUV 165.76 169.9 183.09 -
System Red Green Blue C M Y K H S L
Decimal 243 112 240 0 0.54 0.01 0.05 301.37 0.85 0.7
Hex F3 70 F0 0 36 1 5 12D 55 46
Octal 363 160 360 0 66 1 5 455 125 106
Binary 11110011 1110000 11110000 0 110110 1 101 100101101 1010101 1000110

Color Harmonies of #F370F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370F0

Black with #F370F0

Text Example


Text Example

White with #F370F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370F0; }

 p { color: rgb(243,112,240); }

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

background-color css

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

 a { background-color: rgb(243,112,240); }

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

border-color css

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

 span { border-color: rgb(243,112,240); }

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