Html Css Color HEX #F396FA Violet

📋 copy color: '#F396FA'

red 243 ◦ green 150 ◦ blue 250

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

Shades of Violet #F396FA

Tints of Violet #F396FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.33%

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

R = 37.79%
G = 23.33%
B = 38.88%

CMYK

 C value IS 0.03

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F396FA (or 0xF396FA) is known color: Violet. HEX triplet: F3, 96 and FA. RGB value is (243,150,250). Sum of RGB (Red+Green+Blue) = 243+150+250=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 150 (58.98% from 255 or 23.33% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #F396FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F396FA is #0C6905. Grayscale: #BCBCBC. Windows color (decimal): -813318 or 16422643. OLE color: 16422643.

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

Color convert

RGB 243 150 250 -
CMYK 0.03 0.4 0 0.02
HSL 295.8º 0.91% 0.78% -
HSV(B) 295.8º 0.4% 0.98% -
XYZ 65.12 47.77 96.23 -
YUV 189.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 243 150 250 0.03 0.4 0 0.02 295.8 0.91 0.78
Hex F3 96 FA 3 28 0 2 128 5B 4E
Octal 363 226 372 3 50 0 2 450 133 116
Binary 11110011 10010110 11111010 11 101000 0 10 100101000 1011011 1001110

Color Harmonies of #F396FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F396FA

Black with #F396FA

Text Example


Text Example

White with #F396FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F396FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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