Html Css Color HEX #F185ED Violet

📋 copy color: '#F185ED'

red 241 ◦ green 133 ◦ blue 237

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

Shades of Violet #F185ED

Tints of Violet #F185ED

RGB

 RED value IS 241 (94.53% from 255) = 39.44%

 GREEN value IS 133 (52.34% from 255) = 21.77%

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

R = 39.44%
G = 21.77%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F185ED (or 0xF185ED) is known color: Violet. HEX triplet: F1, 85 and ED. RGB value is (241,133,237). Sum of RGB (Red+Green+Blue) = 241+133+237=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F185ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F185ED is #0E7A12. Grayscale: #B0B0B0. Windows color (decimal): -948755 or 15566321. OLE color: 15566321.

HSL color Cylindrical-coordinate representation of color #F185ED: hue angle of 302.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F185ED is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 133 237 -
CMYK 0 0.45 0.02 0.05
HSL 302.22º 0.79% 0.73% -
HSV(B) 302.22º 0.45% 0.95% -
XYZ 59.95 41.59 84.99 -
YUV 177.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 241 133 237 0 0.45 0.02 0.05 302.22 0.79 0.73
Hex F1 85 ED 0 2D 2 5 12E 4F 49
Octal 361 205 355 0 55 2 5 456 117 111
Binary 11110001 10000101 11101101 0 101101 10 101 100101110 1001111 1001001

Color Harmonies of #F185ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185ED

Black with #F185ED

Text Example


Text Example

White with #F185ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185ED; }

 p { color: rgb(241,133,237); }

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

background-color css

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

 a { background-color: rgb(241,133,237); }

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

border-color css

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

 span { border-color: rgb(241,133,237); }

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