Html Css Color HEX #F299F4 Violet

📋 copy color: '#F299F4'

red 242 ◦ green 153 ◦ blue 244

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

Shades of Violet #F299F4

Tints of Violet #F299F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.18%

R = 37.87%
G = 23.94%
B = 38.18%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F299F4 (or 0xF299F4) is known color: Violet. HEX triplet: F2, 99 and F4. RGB value is (242,153,244). Sum of RGB (Red+Green+Blue) = 242+153+244=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 153 (60.16% from 255 or 23.94% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #F299F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299F4 is #0D660B. Grayscale: #BDBDBD. Windows color (decimal): -878092 or 16030194. OLE color: 16030194.

HSL color Cylindrical-coordinate representation of color #F299F4: hue angle of 298.68º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299F4 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 153 244 -
CMYK 0.01 0.37 0 0.04
HSL 298.68º 0.81% 0.78% -
HSV(B) 298.68º 0.37% 0.96% -
XYZ 64.34 48.19 91.5 -
YUV 189.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 242 153 244 0.01 0.37 0 0.04 298.68 0.81 0.78
Hex F2 99 F4 1 25 0 4 12B 51 4E
Octal 362 231 364 1 45 0 4 453 121 116
Binary 11110010 10011001 11110100 1 100101 0 100 100101011 1010001 1001110

Color Harmonies of #F299F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F299F4

Black with #F299F4

Text Example


Text Example

White with #F299F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F299F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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