Html Css Color HEX #F58CFF Violet

📋 copy color: '#F58CFF'

red 245 ◦ green 140 ◦ blue 255

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

Shades of Violet #F58CFF

Tints of Violet #F58CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 21.88%

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

R = 38.28%
G = 21.88%
B = 39.84%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F58CFF (or 0xF58CFF) is known color: Violet. HEX triplet: F5, 8C and FF. RGB value is (245,140,255). Sum of RGB (Red+Green+Blue) = 245+140+255=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 140 (55.08% from 255 or 21.88% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #F58CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CFF is #0A7300. Grayscale: #B8B8B8. Windows color (decimal): -684801 or 16747765. OLE color: 16747765.

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

Color convert

RGB 245 140 255 -
CMYK 0.04 0.45 0 0
HSL 294.78º 1% 0.77% -
HSV(B) 294.78º 0.45% 1% -
XYZ 65.08 45.39 99.94 -
YUV 184.51 167.79 171.15 -
System Red Green Blue C M Y K H S L
Decimal 245 140 255 0.04 0.45 0 0 294.78 1 0.77
Hex F5 8C FF 4 2D 0 0 127 64 4D
Octal 365 214 377 4 55 0 0 447 144 115
Binary 11110101 10001100 11111111 100 101101 0 0 100100111 1100100 1001101

Color Harmonies of #F58CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58CFF

Black with #F58CFF

Text Example


Text Example

White with #F58CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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