Html Css Color HEX #F288EF Violet

📋 copy color: '#F288EF'

red 242 ◦ green 136 ◦ blue 239

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

Shades of Violet #F288EF

Tints of Violet #F288EF

RGB

 RED value IS 242 (94.92% from 255) = 39.22%

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

 BLUE value IS 239 (93.75% from 255) = 38.74%

R = 39.22%
G = 22.04%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F288EF (or 0xF288EF) is known color: Violet. HEX triplet: F2, 88 and EF. RGB value is (242,136,239). Sum of RGB (Red+Green+Blue) = 242+136+239=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 136 (53.52% from 255 or 22.04% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F288EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F288EF is #0D7710. Grayscale: #B3B3B3. Windows color (decimal): -882449 or 15698162. OLE color: 15698162.

HSL color Cylindrical-coordinate representation of color #F288EF: hue angle of 301.7º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F288EF is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 136 239 -
CMYK 0 0.44 0.01 0.05
HSL 301.7º 0.8% 0.74% -
HSV(B) 301.7º 0.44% 0.95% -
XYZ 61 42.72 86.69 -
YUV 179.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 242 136 239 0 0.44 0.01 0.05 301.7 0.8 0.74
Hex F2 88 EF 0 2C 1 5 12E 50 4A
Octal 362 210 357 0 54 1 5 456 120 112
Binary 11110010 10001000 11101111 0 101100 1 101 100101110 1010000 1001010

Color Harmonies of #F288EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F288EF

Black with #F288EF

Text Example


Text Example

White with #F288EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F288EF; }

 p { color: rgb(242,136,239); }

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

background-color css

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

 a { background-color: rgb(242,136,239); }

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

border-color css

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

 span { border-color: rgb(242,136,239); }

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