Html Css Color HEX #F395F0 Violet

📋 copy color: '#F395F0'

red 243 ◦ green 149 ◦ blue 240

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

Shades of Violet #F395F0

Tints of Violet #F395F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.97%

R = 38.45%
G = 23.58%
B = 37.97%

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

#F395F0 (or 0xF395F0) is known color: Violet. HEX triplet: F3, 95 and F0. RGB value is (243,149,240). Sum of RGB (Red+Green+Blue) = 243+149+240=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 149 (58.59% from 255 or 23.58% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F395F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395F0 is #0C6A0F. Grayscale: #BBBBBB. Windows color (decimal): -813584 or 15767027. OLE color: 15767027.

HSL color Cylindrical-coordinate representation of color #F395F0: hue angle of 301.91º 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 #F395F0 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 149 240 -
CMYK 0 0.39 0.01 0.05
HSL 301.91º 0.8% 0.77% -
HSV(B) 301.91º 0.39% 0.95% -
XYZ 63.44 46.84 88.14 -
YUV 187.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 243 149 240 0 0.39 0.01 0.05 301.91 0.8 0.77
Hex F3 95 F0 0 27 1 5 12E 50 4D
Octal 363 225 360 0 47 1 5 456 120 115
Binary 11110011 10010101 11110000 0 100111 1 101 100101110 1010000 1001101

Color Harmonies of #F395F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F395F0

Black with #F395F0

Text Example


Text Example

White with #F395F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F395F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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