Html Css Color HEX #F299F8 Violet

📋 copy color: '#F299F8'

red 242 ◦ green 153 ◦ blue 248

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

Shades of Violet #F299F8

Tints of Violet #F299F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.57%

R = 37.64%
G = 23.79%
B = 38.57%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F299F8 (or 0xF299F8) is known color: Violet. HEX triplet: F2, 99 and F8. RGB value is (242,153,248). Sum of RGB (Red+Green+Blue) = 242+153+248=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 153 (60.16% from 255 or 23.79% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #F299F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299F8 is #0D6607. Grayscale: #BEBEBE. Windows color (decimal): -878088 or 16292338. OLE color: 16292338.

HSL color Cylindrical-coordinate representation of color #F299F8: hue angle of 296.21º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F299F8 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 153 248 -
CMYK 0.02 0.38 0 0.03
HSL 296.21º 0.87% 0.79% -
HSV(B) 296.21º 0.38% 0.97% -
XYZ 64.95 48.44 94.73 -
YUV 190.44 160.49 164.78 -
System Red Green Blue C M Y K H S L
Decimal 242 153 248 0.02 0.38 0 0.03 296.21 0.87 0.79
Hex F2 99 F8 2 26 0 3 128 57 4F
Octal 362 231 370 2 46 0 3 450 127 117
Binary 11110010 10011001 11111000 10 100110 0 11 100101000 1010111 1001111

Color Harmonies of #F299F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F299F8

Black with #F299F8

Text Example


Text Example

White with #F299F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F299F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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