Html Css Color HEX #F380F9 Violet

📋 copy color: '#F380F9'

red 243 ◦ green 128 ◦ blue 249

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

Shades of Violet #F380F9

Tints of Violet #F380F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.16%

R = 39.19%
G = 20.65%
B = 40.16%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F380F9 (or 0xF380F9) is known color: Violet. HEX triplet: F3, 80 and F9. RGB value is (243,128,249). Sum of RGB (Red+Green+Blue) = 243+128+249=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 128 (50.39% from 255 or 20.65% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #F380F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F380F9 is #0C7F06. Grayscale: #AFAFAF. Windows color (decimal): -818951 or 16351475. OLE color: 16351475.

HSL color Cylindrical-coordinate representation of color #F380F9: hue angle of 297.02º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F380F9 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 128 249 -
CMYK 0.02 0.49 0 0.02
HSL 297.02º 0.91% 0.74% -
HSV(B) 297.02º 0.49% 0.98% -
XYZ 61.78 41.33 94.34 -
YUV 176.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 243 128 249 0.02 0.49 0 0.02 297.02 0.91 0.74
Hex F3 80 F9 2 31 0 2 129 5B 4A
Octal 363 200 371 2 61 0 2 451 133 112
Binary 11110011 10000000 11111001 10 110001 0 10 100101001 1011011 1001010

Color Harmonies of #F380F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380F9

Black with #F380F9

Text Example


Text Example

White with #F380F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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