Html Css Color HEX #F299EF Violet

📋 copy color: '#F299EF'

red 242 ◦ green 153 ◦ blue 239

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

Shades of Violet #F299EF

Tints of Violet #F299EF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.13%

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

R = 38.17%
G = 24.13%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F299EF (or 0xF299EF) is known color: Violet. HEX triplet: F2, 99 and EF. RGB value is (242,153,239). Sum of RGB (Red+Green+Blue) = 242+153+239=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 153 (60.16% from 255 or 24.13% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F299EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299EF is #0D6610. Grayscale: #BDBDBD. Windows color (decimal): -878097 or 15702514. OLE color: 15702514.

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

Color convert

RGB 242 153 239 -
CMYK 0 0.37 0.01 0.05
HSL 302.02º 0.77% 0.77% -
HSV(B) 302.02º 0.37% 0.95% -
XYZ 63.59 47.89 87.55 -
YUV 189.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 242 153 239 0 0.37 0.01 0.05 302.02 0.77 0.77
Hex F2 99 EF 0 25 1 5 12E 4D 4D
Octal 362 231 357 0 45 1 5 456 115 115
Binary 11110010 10011001 11101111 0 100101 1 101 100101110 1001101 1001101

Color Harmonies of #F299EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F299EF

Black with #F299EF

Text Example


Text Example

White with #F299EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F299EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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