Html Css Color HEX #F098FC Violet

📋 copy color: '#F098FC'

red 240 ◦ green 152 ◦ blue 252

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

Shades of Violet #F098FC

Tints of Violet #F098FC

RGB

 RED value IS 240 (94.14% from 255) = 37.27%

 GREEN value IS 152 (59.77% from 255) = 23.6%

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

R = 37.27%
G = 23.6%
B = 39.13%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F098FC (or 0xF098FC) is known color: Violet. HEX triplet: F0, 98 and FC. RGB value is (240,152,252). Sum of RGB (Red+Green+Blue) = 240+152+252=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 152 (59.77% from 255 or 23.60% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #F098FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F098FC is #0F6703. Grayscale: #BDBDBD. Windows color (decimal): -1009412 or 16554224. OLE color: 16554224.

HSL color Cylindrical-coordinate representation of color #F098FC: hue angle of 292.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F098FC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 152 252 -
CMYK 0.05 0.40 0 0.01
HSL 292.8º 0.94% 0.79% -
HSV(B) 292.8º 0.4% 0.99% -
XYZ 64.73 48.01 97.95 -
YUV 189.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 240 152 252 0.05 0.40 0 0.01 292.8 0.94 0.79
Hex F0 98 FC 5 28 0 1 125 5E 4F
Octal 360 230 374 5 50 0 1 445 136 117
Binary 11110000 10011000 11111100 101 101000 0 1 100100101 1011110 1001111

Color Harmonies of #F098FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F098FC

Black with #F098FC

Text Example


Text Example

White with #F098FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F098FC; }

 p { color: rgb(240,152,252); }

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

background-color css

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

 a { background-color: rgb(240,152,252); }

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

border-color css

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

 span { border-color: rgb(240,152,252); }

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