Html Css Color HEX #F397FC Violet

📋 copy color: '#F397FC'

red 243 ◦ green 151 ◦ blue 252

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

Shades of Violet #F397FC

Tints of Violet #F397FC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 23.37%

 BLUE value IS 252 (98.83% from 255) = 39.01%

R = 37.62%
G = 23.37%
B = 39.01%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F397FC (or 0xF397FC) is known color: Violet. HEX triplet: F3, 97 and FC. RGB value is (243,151,252). Sum of RGB (Red+Green+Blue) = 243+151+252=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 151 (59.38% from 255 or 23.37% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #F397FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F397FC is #0C6803. Grayscale: #BDBDBD. Windows color (decimal): -813060 or 16553971. OLE color: 16553971.

HSL color Cylindrical-coordinate representation of color #F397FC: hue angle of 294.65º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F397FC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 243 151 252 -
CMYK 0.04 0.40 0 0.01
HSL 294.65º 0.94% 0.79% -
HSV(B) 294.65º 0.4% 0.99% -
XYZ 65.6 48.22 97.94 -
YUV 190.02 162.98 165.79 -
System Red Green Blue C M Y K H S L
Decimal 243 151 252 0.04 0.40 0 0.01 294.65 0.94 0.79
Hex F3 97 FC 4 28 0 1 127 5E 4F
Octal 363 227 374 4 50 0 1 447 136 117
Binary 11110011 10010111 11111100 100 101000 0 1 100100111 1011110 1001111

Color Harmonies of #F397FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F397FC

Black with #F397FC

Text Example


Text Example

White with #F397FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F397FC; }

 p { color: rgb(243,151,252); }

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

background-color css

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

 a { background-color: rgb(243,151,252); }

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

border-color css

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

 span { border-color: rgb(243,151,252); }

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