Html Css Color HEX #F18BFF Violet

📋 copy color: '#F18BFF'

red 241 ◦ green 139 ◦ blue 255

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

Shades of Violet #F18BFF

Tints of Violet #F18BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 21.89%

 BLUE value IS 255 (100% from 255) = 40.16%

R = 37.95%
G = 21.89%
B = 40.16%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F18BFF (or 0xF18BFF) is known color: Violet. HEX triplet: F1, 8B and FF. RGB value is (241,139,255). Sum of RGB (Red+Green+Blue) = 241+139+255=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 139 (54.69% from 255 or 21.89% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #F18BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18BFF is #0E7400. Grayscale: #B6B6B6. Windows color (decimal): -947201 or 16747505. OLE color: 16747505.

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

Color convert

RGB 241 139 255 -
CMYK 0.05 0.45 0 0
HSL 292.76º 1% 0.77% -
HSV(B) 292.76º 0.45% 1% -
XYZ 63.56 44.39 99.83 -
YUV 182.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 241 139 255 0.05 0.45 0 0 292.76 1 0.77
Hex F1 8B FF 5 2D 0 0 125 64 4D
Octal 361 213 377 5 55 0 0 445 144 115
Binary 11110001 10001011 11111111 101 101101 0 0 100100101 1100100 1001101

Color Harmonies of #F18BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18BFF

Black with #F18BFF

Text Example


Text Example

White with #F18BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18BFF; }

 p { color: rgb(241,139,255); }

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

background-color css

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

 a { background-color: rgb(241,139,255); }

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

border-color css

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

 span { border-color: rgb(241,139,255); }

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