Html Css Color HEX #F18FFA Violet

📋 copy color: '#F18FFA'

red 241 ◦ green 143 ◦ blue 250

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

Shades of Violet #F18FFA

Tints of Violet #F18FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22.56%

 BLUE value IS 250 (98.05% from 255) = 39.43%

R = 38.01%
G = 22.56%
B = 39.43%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F18FFA (or 0xF18FFA) is known color: Violet. HEX triplet: F1, 8F and FA. RGB value is (241,143,250). Sum of RGB (Red+Green+Blue) = 241+143+250=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 143 (56.25% from 255 or 22.56% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #F18FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18FFA is #0E7005. Grayscale: #B8B8B8. Windows color (decimal): -946182 or 16420849. OLE color: 16420849.

HSL color Cylindrical-coordinate representation of color #F18FFA: hue angle of 294.95º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18FFA is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 143 250 -
CMYK 0.04 0.43 0 0.02
HSL 294.95º 0.91% 0.77% -
HSV(B) 294.95º 0.43% 0.98% -
XYZ 63.35 45.25 95.84 -
YUV 184.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 241 143 250 0.04 0.43 0 0.02 294.95 0.91 0.77
Hex F1 8F FA 4 2B 0 2 127 5B 4D
Octal 361 217 372 4 53 0 2 447 133 115
Binary 11110001 10001111 11111010 100 101011 0 10 100100111 1011011 1001101

Color Harmonies of #F18FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18FFA

Black with #F18FFA

Text Example


Text Example

White with #F18FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18FFA; }

 p { color: rgb(241,143,250); }

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

background-color css

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

 a { background-color: rgb(241,143,250); }

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

border-color css

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

 span { border-color: rgb(241,143,250); }

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