Html Css Color HEX #F595F8 Violet

📋 copy color: '#F595F8'

red 245 ◦ green 149 ◦ blue 248

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

Shades of Violet #F595F8

Tints of Violet #F595F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.63%

R = 38.16%
G = 23.21%
B = 38.63%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F595F8 (or 0xF595F8) is known color: Violet. HEX triplet: F5, 95 and F8. RGB value is (245,149,248). Sum of RGB (Red+Green+Blue) = 245+149+248=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 149 (58.59% from 255 or 23.21% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #F595F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F595F8 is #0A6A07. Grayscale: #BCBCBC. Windows color (decimal): -682504 or 16291317. OLE color: 16291317.

HSL color Cylindrical-coordinate representation of color #F595F8: hue angle of 298.18º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F595F8 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 149 248 -
CMYK 0.01 0.40 0 0.03
HSL 298.18º 0.88% 0.78% -
HSV(B) 298.18º 0.4% 0.97% -
XYZ 65.35 47.68 94.57 -
YUV 188.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 245 149 248 0.01 0.40 0 0.03 298.18 0.88 0.78
Hex F5 95 F8 1 28 0 3 12A 58 4E
Octal 365 225 370 1 50 0 3 452 130 116
Binary 11110101 10010101 11111000 1 101000 0 11 100101010 1011000 1001110

Color Harmonies of #F595F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F595F8

Black with #F595F8

Text Example


Text Example

White with #F595F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F595F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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