Html Css Color HEX #F186FA Violet

📋 copy color: '#F186FA'

red 241 ◦ green 134 ◦ blue 250

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

Shades of Violet #F186FA

Tints of Violet #F186FA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 21.44%

 BLUE value IS 250 (98.05% from 255) = 40%

R = 38.56%
G = 21.44%
B = 40%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F186FA (or 0xF186FA) is known color: Violet. HEX triplet: F1, 86 and FA. RGB value is (241,134,250). Sum of RGB (Red+Green+Blue) = 241+134+250=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 134 (52.73% from 255 or 21.44% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #F186FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F186FA is #0E7905. Grayscale: #B2B2B2. Windows color (decimal): -948486 or 16418545. OLE color: 16418545.

HSL color Cylindrical-coordinate representation of color #F186FA: hue angle of 295.34º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F186FA is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 134 250 -
CMYK 0.04 0.46 0 0.02
HSL 295.34º 0.92% 0.75% -
HSV(B) 295.34º 0.46% 0.98% -
XYZ 62.06 42.65 95.4 -
YUV 179.22 167.95 172.07 -
System Red Green Blue C M Y K H S L
Decimal 241 134 250 0.04 0.46 0 0.02 295.34 0.92 0.75
Hex F1 86 FA 4 2E 0 2 127 5C 4B
Octal 361 206 372 4 56 0 2 447 134 113
Binary 11110001 10000110 11111010 100 101110 0 10 100100111 1011100 1001011

Color Harmonies of #F186FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F186FA

Black with #F186FA

Text Example


Text Example

White with #F186FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F186FA; }

 p { color: rgb(241,134,250); }

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

background-color css

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

 a { background-color: rgb(241,134,250); }

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

border-color css

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

 span { border-color: rgb(241,134,250); }

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