Html Css Color HEX #F094FB Violet

📋 copy color: '#F094FB'

red 240 ◦ green 148 ◦ blue 251

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

Shades of Violet #F094FB

Tints of Violet #F094FB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.16%

 BLUE value IS 251 (98.44% from 255) = 39.28%

R = 37.56%
G = 23.16%
B = 39.28%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F094FB (or 0xF094FB) is known color: Violet. HEX triplet: F0, 94 and FB. RGB value is (240,148,251). Sum of RGB (Red+Green+Blue) = 240+148+251=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 148 (58.20% from 255 or 23.16% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #F094FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F094FB is #0F6B04. Grayscale: #BABABA. Windows color (decimal): -1010437 or 16487664. OLE color: 16487664.

HSL color Cylindrical-coordinate representation of color #F094FB: hue angle of 293.59º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F094FB is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 148 251 -
CMYK 0.04 0.41 0 0.02
HSL 293.59º 0.93% 0.78% -
HSV(B) 293.59º 0.41% 0.98% -
XYZ 63.94 46.67 96.91 -
YUV 187.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 240 148 251 0.04 0.41 0 0.02 293.59 0.93 0.78
Hex F0 94 FB 4 29 0 2 126 5D 4E
Octal 360 224 373 4 51 0 2 446 135 116
Binary 11110000 10010100 11111011 100 101001 0 10 100100110 1011101 1001110

Color Harmonies of #F094FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F094FB

Black with #F094FB

Text Example


Text Example

White with #F094FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F094FB; }

 p { color: rgb(240,148,251); }

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

background-color css

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

 a { background-color: rgb(240,148,251); }

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

border-color css

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

 span { border-color: rgb(240,148,251); }

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