Html Css Color HEX #F380FA Violet

📋 copy color: '#F380FA'

red 243 ◦ green 128 ◦ blue 250

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

Shades of Violet #F380FA

Tints of Violet #F380FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 39.13%
G = 20.61%
B = 40.26%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F380FA (or 0xF380FA) is known color: Violet. HEX triplet: F3, 80 and FA. RGB value is (243,128,250). Sum of RGB (Red+Green+Blue) = 243+128+250=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 128 (50.39% from 255 or 20.61% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #F380FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F380FA is #0C7F05. Grayscale: #AFAFAF. Windows color (decimal): -818950 or 16417011. OLE color: 16417011.

HSL color Cylindrical-coordinate representation of color #F380FA: hue angle of 296.56º degrees, saturation: 0.92, 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 #F380FA is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 128 250 -
CMYK 0.03 0.49 0 0.02
HSL 296.56º 0.92% 0.74% -
HSV(B) 296.56º 0.49% 0.98% -
XYZ 61.94 41.4 95.17 -
YUV 176.29 169.6 175.58 -
System Red Green Blue C M Y K H S L
Decimal 243 128 250 0.03 0.49 0 0.02 296.56 0.92 0.74
Hex F3 80 FA 3 31 0 2 129 5C 4A
Octal 363 200 372 3 61 0 2 451 134 112
Binary 11110011 10000000 11111010 11 110001 0 10 100101001 1011100 1001010

Color Harmonies of #F380FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380FA

Black with #F380FA

Text Example


Text Example

White with #F380FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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