Html Css Color HEX #F097F2 Violet

📋 copy color: '#F097F2'

red 240 ◦ green 151 ◦ blue 242

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

Shades of Violet #F097F2

Tints of Violet #F097F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.23%

R = 37.91%
G = 23.85%
B = 38.23%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F097F2 (or 0xF097F2) is known color: Violet. HEX triplet: F0, 97 and F2. RGB value is (240,151,242). Sum of RGB (Red+Green+Blue) = 240+151+242=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 151 (59.38% from 255 or 23.85% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #F097F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097F2 is #0F680D. Grayscale: #BBBBBB. Windows color (decimal): -1009678 or 15898608. OLE color: 15898608.

HSL color Cylindrical-coordinate representation of color #F097F2: hue angle of 298.68º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F097F2 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 151 242 -
CMYK 0.01 0.38 0 0.05
HSL 298.68º 0.78% 0.77% -
HSV(B) 298.68º 0.38% 0.95% -
XYZ 63.03 47.07 89.77 -
YUV 187.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 240 151 242 0.01 0.38 0 0.05 298.68 0.78 0.77
Hex F0 97 F2 1 26 0 5 12B 4E 4D
Octal 360 227 362 1 46 0 5 453 116 115
Binary 11110000 10010111 11110010 1 100110 0 101 100101011 1001110 1001101

Color Harmonies of #F097F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F097F2

Black with #F097F2

Text Example


Text Example

White with #F097F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F097F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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