Html Css Color HEX #F58BED Violet

📋 copy color: '#F58BED'

red 245 ◦ green 139 ◦ blue 237

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

Shades of Violet #F58BED

Tints of Violet #F58BED

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.38%

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 39.45%
G = 22.38%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F58BED (or 0xF58BED) is known color: Violet. HEX triplet: F5, 8B and ED. RGB value is (245,139,237). Sum of RGB (Red+Green+Blue) = 245+139+237=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 139 (54.69% from 255 or 22.38% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58BED is #0A7412. Grayscale: #B5B5B5. Windows color (decimal): -685075 or 15567861. OLE color: 15567861.

HSL color Cylindrical-coordinate representation of color #F58BED: hue angle of 304.53º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58BED is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 139 237 -
CMYK 0 0.43 0.03 0.04
HSL 304.53º 0.84% 0.75% -
HSV(B) 304.53º 0.43% 0.96% -
XYZ 62.17 43.99 85.34 -
YUV 181.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 245 139 237 0 0.43 0.03 0.04 304.53 0.84 0.75
Hex F5 8B ED 0 2B 3 4 131 54 4B
Octal 365 213 355 0 53 3 4 461 124 113
Binary 11110101 10001011 11101101 0 101011 11 100 100110001 1010100 1001011

Color Harmonies of #F58BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58BED

Black with #F58BED

Text Example


Text Example

White with #F58BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58BED; }

 p { color: rgb(245,139,237); }

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

background-color css

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

 a { background-color: rgb(245,139,237); }

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

border-color css

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

 span { border-color: rgb(245,139,237); }

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