Html Css Color HEX #F187FE Violet

📋 copy color: '#F187FE'

red 241 ◦ green 135 ◦ blue 254

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

Shades of Violet #F187FE

Tints of Violet #F187FE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 21.43%

 BLUE value IS 254 (99.61% from 255) = 40.32%

R = 38.25%
G = 21.43%
B = 40.32%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F187FE (or 0xF187FE) is known color: Violet. HEX triplet: F1, 87 and FE. RGB value is (241,135,254). Sum of RGB (Red+Green+Blue) = 241+135+254=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 135 (53.12% from 255 or 21.43% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #F187FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F187FE is #0E7801. Grayscale: #B3B3B3. Windows color (decimal): -948226 or 16680945. OLE color: 16680945.

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

Color convert

RGB 241 135 254 -
CMYK 0.05 0.47 0 0.00
HSL 293.45º 0.98% 0.76% -
HSV(B) 293.45º 0.47% 1% -
XYZ 62.83 43.18 98.79 -
YUV 180.26 169.62 171.32 -
System Red Green Blue C M Y K H S L
Decimal 241 135 254 0.05 0.47 0 0.00 293.45 0.98 0.76
Hex F1 87 FE 5 2F 0 0 125 62 4C
Octal 361 207 376 5 57 0 0 445 142 114
Binary 11110001 10000111 11111110 101 101111 0 0 100100101 1100010 1001100

Color Harmonies of #F187FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F187FE

Black with #F187FE

Text Example


Text Example

White with #F187FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F187FE; }

 p { color: rgb(241,135,254); }

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

background-color css

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

 a { background-color: rgb(241,135,254); }

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

border-color css

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

 span { border-color: rgb(241,135,254); }

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