Html Css Color HEX #F097FE Violet

📋 copy color: '#F097FE'

red 240 ◦ green 151 ◦ blue 254

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

Shades of Violet #F097FE

Tints of Violet #F097FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.38%

R = 37.21%
G = 23.41%
B = 39.38%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F097FE (or 0xF097FE) is known color: Violet. HEX triplet: F0, 97 and FE. RGB value is (240,151,254). Sum of RGB (Red+Green+Blue) = 240+151+254=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 151 (59.38% from 255 or 23.41% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #F097FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097FE is #0F6801. Grayscale: #BDBDBD. Windows color (decimal): -1009666 or 16685040. OLE color: 16685040.

HSL color Cylindrical-coordinate representation of color #F097FE: hue angle of 291.84º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F097FE is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 151 254 -
CMYK 0.06 0.41 0 0.00
HSL 291.84º 0.98% 0.79% -
HSV(B) 291.84º 0.41% 1% -
XYZ 64.89 47.81 99.57 -
YUV 189.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 240 151 254 0.06 0.41 0 0.00 291.84 0.98 0.79
Hex F0 97 FE 6 29 0 0 124 62 4F
Octal 360 227 376 6 51 0 0 444 142 117
Binary 11110000 10010111 11111110 110 101001 0 0 100100100 1100010 1001111

Color Harmonies of #F097FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F097FE

Black with #F097FE

Text Example


Text Example

White with #F097FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F097FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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