Html Css Color HEX #F097FC Violet

📋 copy color: '#F097FC'

red 240 ◦ green 151 ◦ blue 252

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

Shades of Violet #F097FC

Tints of Violet #F097FC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 23.48%

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

R = 37.33%
G = 23.48%
B = 39.19%

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

#F097FC (or 0xF097FC) is known color: Violet. HEX triplet: F0, 97 and FC. RGB value is (240,151,252). Sum of RGB (Red+Green+Blue) = 240+151+252=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 151 (59.38% from 255 or 23.48% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #F097FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097FC is #0F6803. Grayscale: #BCBCBC. Windows color (decimal): -1009668 or 16553968. OLE color: 16553968.

HSL color Cylindrical-coordinate representation of color #F097FC: hue angle of 292.87º 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 #F097FC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 151 252 -
CMYK 0.05 0.40 0 0.01
HSL 292.87º 0.94% 0.79% -
HSV(B) 292.87º 0.4% 0.99% -
XYZ 64.57 47.69 97.9 -
YUV 189.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 240 151 252 0.05 0.40 0 0.01 292.87 0.94 0.79
Hex F0 97 FC 5 28 0 1 125 5E 4F
Octal 360 227 374 5 50 0 1 445 136 117
Binary 11110000 10010111 11111100 101 101000 0 1 100100101 1011110 1001111

Color Harmonies of #F097FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F097FC

Black with #F097FC

Text Example


Text Example

White with #F097FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F097FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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