Html Css Color HEX #F097FF Violet

📋 copy color: '#F097FF'

red 240 ◦ green 151 ◦ blue 255

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

Shades of Violet #F097FF

Tints of Violet #F097FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.47%

R = 37.15%
G = 23.37%
B = 39.47%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F097FF (or 0xF097FF) is known color: Violet. HEX triplet: F0, 97 and FF. RGB value is (240,151,255). Sum of RGB (Red+Green+Blue) = 240+151+255=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 151 (59.38% from 255 or 23.37% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #F097FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097FF is #0F6800. Grayscale: #BDBDBD. Windows color (decimal): -1009665 or 16750576. OLE color: 16750576.

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

Color convert

RGB 240 151 255 -
CMYK 0.06 0.41 0 0
HSL 291.35º 1% 0.8% -
HSV(B) 291.35º 0.41% 1% -
XYZ 65.05 47.88 100.42 -
YUV 189.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 240 151 255 0.06 0.41 0 0 291.35 1 0.8
Hex F0 97 FF 6 29 0 0 123 64 50
Octal 360 227 377 6 51 0 0 443 144 120
Binary 11110000 10010111 11111111 110 101001 0 0 100100011 1100100 1010000

Color Harmonies of #F097FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F097FF

Black with #F097FF

Text Example


Text Example

White with #F097FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F097FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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