Html Css Color HEX #F380F0 Violet

📋 copy color: '#F380F0'

red 243 ◦ green 128 ◦ blue 240

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

Shades of Violet #F380F0

Tints of Violet #F380F0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.95%

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

R = 39.77%
G = 20.95%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F380F0 (or 0xF380F0) is known color: Violet. HEX triplet: F3, 80 and F0. RGB value is (243,128,240). Sum of RGB (Red+Green+Blue) = 243+128+240=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 128 (50.39% from 255 or 20.95% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F380F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F380F0 is #0C7F0F. Grayscale: #AEAEAE. Windows color (decimal): -818960 or 15761651. OLE color: 15761651.

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

Color convert

RGB 243 128 240 -
CMYK 0 0.47 0.01 0.05
HSL 301.57º 0.83% 0.73% -
HSV(B) 301.57º 0.47% 0.95% -
XYZ 60.41 40.78 87.13 -
YUV 175.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 243 128 240 0 0.47 0.01 0.05 301.57 0.83 0.73
Hex F3 80 F0 0 2F 1 5 12E 53 49
Octal 363 200 360 0 57 1 5 456 123 111
Binary 11110011 10000000 11110000 0 101111 1 101 100101110 1010011 1001001

Color Harmonies of #F380F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380F0

Black with #F380F0

Text Example


Text Example

White with #F380F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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