Html Css Color HEX #F595FF Violet

📋 copy color: '#F595FF'

red 245 ◦ green 149 ◦ blue 255

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

Shades of Violet #F595FF

Tints of Violet #F595FF

RGB

 RED value IS 245 (96.09% from 255) = 37.75%

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

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

R = 37.75%
G = 22.96%
B = 39.29%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F595FF (or 0xF595FF) is known color: Violet. HEX triplet: F5, 95 and FF. RGB value is (245,149,255). Sum of RGB (Red+Green+Blue) = 245+149+255=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 149 (58.59% from 255 or 22.96% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #F595FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F595FF is #0A6A00. Grayscale: #BDBDBD. Windows color (decimal): -682497 or 16750069. OLE color: 16750069.

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

Color convert

RGB 245 149 255 -
CMYK 0.04 0.42 0 0
HSL 294.34º 1% 0.79% -
HSV(B) 294.34º 0.42% 1% -
XYZ 66.45 48.13 100.39 -
YUV 189.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 245 149 255 0.04 0.42 0 0 294.34 1 0.79
Hex F5 95 FF 4 2A 0 0 126 64 4F
Octal 365 225 377 4 52 0 0 446 144 117
Binary 11110101 10010101 11111111 100 101010 0 0 100100110 1100100 1001111

Color Harmonies of #F595FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F595FF

Black with #F595FF

Text Example


Text Example

White with #F595FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F595FF; }

 p { color: rgb(245,149,255); }

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

background-color css

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

 a { background-color: rgb(245,149,255); }

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

border-color css

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

 span { border-color: rgb(245,149,255); }

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