Html Css Color HEX #F185FF Violet

📋 copy color: '#F185FF'

red 241 ◦ green 133 ◦ blue 255

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

Shades of Violet #F185FF

Tints of Violet #F185FF

RGB

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

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

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

R = 38.31%
G = 21.14%
B = 40.54%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F185FF (or 0xF185FF) is known color: Violet. HEX triplet: F1, 85 and FF. RGB value is (241,133,255). Sum of RGB (Red+Green+Blue) = 241+133+255=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 133 (52.34% from 255 or 21.14% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #F185FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F185FF is #0E7A00. Grayscale: #B2B2B2. Windows color (decimal): -948737 or 16745969. OLE color: 16745969.

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

Color convert

RGB 241 133 255 -
CMYK 0.05 0.48 0 0
HSL 293.11º 1% 0.76% -
HSV(B) 293.11º 0.48% 1% -
XYZ 62.71 42.7 99.54 -
YUV 179.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 241 133 255 0.05 0.48 0 0 293.11 1 0.76
Hex F1 85 FF 5 30 0 0 125 64 4C
Octal 361 205 377 5 60 0 0 445 144 114
Binary 11110001 10000101 11111111 101 110000 0 0 100100101 1100100 1001100

Color Harmonies of #F185FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185FF

Black with #F185FF

Text Example


Text Example

White with #F185FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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