Html Css Color HEX #F184FD Violet

📋 copy color: '#F184FD'

red 241 ◦ green 132 ◦ blue 253

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

Shades of Violet #F184FD

Tints of Violet #F184FD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.09%

 BLUE value IS 253 (99.22% from 255) = 40.42%

R = 38.5%
G = 21.09%
B = 40.42%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F184FD (or 0xF184FD) is known color: Violet. HEX triplet: F1, 84 and FD. RGB value is (241,132,253). Sum of RGB (Red+Green+Blue) = 241+132+253=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 132 (51.95% from 255 or 21.09% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #F184FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F184FD is #0E7B02. Grayscale: #B2B2B2. Windows color (decimal): -948995 or 16614641. OLE color: 16614641.

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

Color convert

RGB 241 132 253 -
CMYK 0.05 0.48 0 0.01
HSL 294.05º 0.97% 0.75% -
HSV(B) 294.05º 0.48% 0.99% -
XYZ 62.26 42.3 97.81 -
YUV 178.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 241 132 253 0.05 0.48 0 0.01 294.05 0.97 0.75
Hex F1 84 FD 5 30 0 1 126 61 4B
Octal 361 204 375 5 60 0 1 446 141 113
Binary 11110001 10000100 11111101 101 110000 0 1 100100110 1100001 1001011

Color Harmonies of #F184FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F184FD

Black with #F184FD

Text Example


Text Example

White with #F184FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F184FD; }

 p { color: rgb(241,132,253); }

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

background-color css

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

 a { background-color: rgb(241,132,253); }

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

border-color css

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

 span { border-color: rgb(241,132,253); }

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