Html Css Color HEX #F395F1 Violet

📋 copy color: '#F395F1'

red 243 ◦ green 149 ◦ blue 241

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

Shades of Violet #F395F1

Tints of Violet #F395F1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.54%

 BLUE value IS 241 (94.53% from 255) = 38.07%

R = 38.39%
G = 23.54%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F395F1 (or 0xF395F1) is known color: Violet. HEX triplet: F3, 95 and F1. RGB value is (243,149,241). Sum of RGB (Red+Green+Blue) = 243+149+241=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 149 (58.59% from 255 or 23.54% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F395F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395F1 is #0C6A0E. Grayscale: #BBBBBB. Windows color (decimal): -813583 or 15832563. OLE color: 15832563.

HSL color Cylindrical-coordinate representation of color #F395F1: hue angle of 301.28º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F395F1 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 149 241 -
CMYK 0 0.39 0.01 0.05
HSL 301.28º 0.8% 0.77% -
HSV(B) 301.28º 0.39% 0.95% -
XYZ 63.59 46.9 88.92 -
YUV 187.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 243 149 241 0 0.39 0.01 0.05 301.28 0.8 0.77
Hex F3 95 F1 0 27 1 5 12D 50 4D
Octal 363 225 361 0 47 1 5 455 120 115
Binary 11110011 10010101 11110001 0 100111 1 101 100101101 1010000 1001101

Color Harmonies of #F395F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F395F1

Black with #F395F1

Text Example


Text Example

White with #F395F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F395F1; }

 p { color: rgb(243,149,241); }

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

background-color css

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

 a { background-color: rgb(243,149,241); }

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

border-color css

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

 span { border-color: rgb(243,149,241); }

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