Html Css Color HEX #F090FE Violet

📋 copy color: '#F090FE'

red 240 ◦ green 144 ◦ blue 254

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

Shades of Violet #F090FE

Tints of Violet #F090FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.57%

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

R = 37.62%
G = 22.57%
B = 39.81%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F090FE (or 0xF090FE) is known color: Violet. HEX triplet: F0, 90 and FE. RGB value is (240,144,254). Sum of RGB (Red+Green+Blue) = 240+144+254=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 144 (56.64% from 255 or 22.57% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #F090FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F090FE is #0F6F01. Grayscale: #B8B8B8. Windows color (decimal): -1011458 or 16683248. OLE color: 16683248.

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

Color convert

RGB 240 144 254 -
CMYK 0.06 0.43 0 0.00
HSL 292.36º 0.98% 0.78% -
HSV(B) 292.36º 0.43% 1% -
XYZ 63.8 45.63 99.21 -
YUV 185.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 240 144 254 0.06 0.43 0 0.00 292.36 0.98 0.78
Hex F0 90 FE 6 2B 0 0 124 62 4E
Octal 360 220 376 6 53 0 0 444 142 116
Binary 11110000 10010000 11111110 110 101011 0 0 100100100 1100010 1001110

Color Harmonies of #F090FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090FE

Black with #F090FE

Text Example


Text Example

White with #F090FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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