Html Css Color HEX #F185FD Violet

📋 copy color: '#F185FD'

red 241 ◦ green 133 ◦ blue 253

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

Shades of Violet #F185FD

Tints of Violet #F185FD

RGB

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

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

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

R = 38.44%
G = 21.21%
B = 40.35%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F185FD (or 0xF185FD) is known color: Violet. HEX triplet: F1, 85 and FD. RGB value is (241,133,253). Sum of RGB (Red+Green+Blue) = 241+133+253=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 133 (52.34% from 255 or 21.21% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #F185FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F185FD is #0E7A02. Grayscale: #B2B2B2. Windows color (decimal): -948739 or 16614897. OLE color: 16614897.

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

Color convert

RGB 241 133 253 -
CMYK 0.05 0.47 0 0.01
HSL 294º 0.97% 0.76% -
HSV(B) 294º 0.47% 0.99% -
XYZ 62.39 42.57 97.86 -
YUV 178.97 169.78 172.24 -
System Red Green Blue C M Y K H S L
Decimal 241 133 253 0.05 0.47 0 0.01 294 0.97 0.76
Hex F1 85 FD 5 2F 0 1 126 61 4C
Octal 361 205 375 5 57 0 1 446 141 114
Binary 11110001 10000101 11111101 101 101111 0 1 100100110 1100001 1001100

Color Harmonies of #F185FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185FD

Black with #F185FD

Text Example


Text Example

White with #F185FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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