Html Css Color HEX #F396FF Violet

📋 copy color: '#F396FF'

red 243 ◦ green 150 ◦ blue 255

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

Shades of Violet #F396FF

Tints of Violet #F396FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.35%

R = 37.5%
G = 23.15%
B = 39.35%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F396FF (or 0xF396FF) is known color: Violet. HEX triplet: F3, 96 and FF. RGB value is (243,150,255). Sum of RGB (Red+Green+Blue) = 243+150+255=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 150 (58.98% from 255 or 23.15% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #F396FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F396FF is #0C6900. Grayscale: #BDBDBD. Windows color (decimal): -813313 or 16750323. OLE color: 16750323.

HSL color Cylindrical-coordinate representation of color #F396FF: hue angle of 293.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F396FF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 243 150 255 -
CMYK 0.05 0.41 0 0
HSL 293.14º 1% 0.79% -
HSV(B) 293.14º 0.41% 1% -
XYZ 65.92 48.09 100.42 -
YUV 189.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 243 150 255 0.05 0.41 0 0 293.14 1 0.79
Hex F3 96 FF 5 29 0 0 125 64 4F
Octal 363 226 377 5 51 0 0 445 144 117
Binary 11110011 10010110 11111111 101 101001 0 0 100100101 1100100 1001111

Color Harmonies of #F396FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F396FF

Black with #F396FF

Text Example


Text Example

White with #F396FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F396FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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