Html Css Color HEX #F185FC Violet

📋 copy color: '#F185FC'

red 241 ◦ green 133 ◦ blue 252

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

Shades of Violet #F185FC

Tints of Violet #F185FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.26%

R = 38.5%
G = 21.25%
B = 40.26%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F185FC (or 0xF185FC) is known color: Violet. HEX triplet: F1, 85 and FC. RGB value is (241,133,252). Sum of RGB (Red+Green+Blue) = 241+133+252=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 133 (52.34% from 255 or 21.25% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #F185FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F185FC is #0E7A03. Grayscale: #B2B2B2. Windows color (decimal): -948740 or 16549361. OLE color: 16549361.

HSL color Cylindrical-coordinate representation of color #F185FC: hue angle of 294.45º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F185FC is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 133 252 -
CMYK 0.04 0.47 0 0.01
HSL 294.45º 0.95% 0.75% -
HSV(B) 294.45º 0.47% 0.99% -
XYZ 62.23 42.5 97.02 -
YUV 178.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 241 133 252 0.04 0.47 0 0.01 294.45 0.95 0.75
Hex F1 85 FC 4 2F 0 1 126 5F 4B
Octal 361 205 374 4 57 0 1 446 137 113
Binary 11110001 10000101 11111100 100 101111 0 1 100100110 1011111 1001011

Color Harmonies of #F185FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185FC

Black with #F185FC

Text Example


Text Example

White with #F185FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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