Html Css Color HEX #F188FC Violet

📋 copy color: '#F188FC'

red 241 ◦ green 136 ◦ blue 252

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

Shades of Violet #F188FC

Tints of Violet #F188FC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 21.62%

 BLUE value IS 252 (98.83% from 255) = 40.06%

R = 38.31%
G = 21.62%
B = 40.06%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F188FC (or 0xF188FC) is known color: Violet. HEX triplet: F1, 88 and FC. RGB value is (241,136,252). Sum of RGB (Red+Green+Blue) = 241+136+252=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 136 (53.52% from 255 or 21.62% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #F188FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F188FC is #0E7703. Grayscale: #B4B4B4. Windows color (decimal): -947972 or 16550129. OLE color: 16550129.

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

Color convert

RGB 241 136 252 -
CMYK 0.04 0.46 0 0.01
HSL 294.31º 0.95% 0.76% -
HSV(B) 294.31º 0.46% 0.99% -
XYZ 62.65 43.34 97.16 -
YUV 180.62 168.29 171.07 -
System Red Green Blue C M Y K H S L
Decimal 241 136 252 0.04 0.46 0 0.01 294.31 0.95 0.76
Hex F1 88 FC 4 2E 0 1 126 5F 4C
Octal 361 210 374 4 56 0 1 446 137 114
Binary 11110001 10001000 11111100 100 101110 0 1 100100110 1011111 1001100

Color Harmonies of #F188FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F188FC

Black with #F188FC

Text Example


Text Example

White with #F188FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F188FC; }

 p { color: rgb(241,136,252); }

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

background-color css

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

 a { background-color: rgb(241,136,252); }

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

border-color css

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

 span { border-color: rgb(241,136,252); }

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