Html Css Color HEX #F290F0 Violet

📋 copy color: '#F290F0'

red 242 ◦ green 144 ◦ blue 240

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

Shades of Violet #F290F0

Tints of Violet #F290F0

RGB

 RED value IS 242 (94.92% from 255) = 38.66%

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

 BLUE value IS 240 (94.14% from 255) = 38.34%

R = 38.66%
G = 23%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F290F0 (or 0xF290F0) is known color: Violet. HEX triplet: F2, 90 and F0. RGB value is (242,144,240). Sum of RGB (Red+Green+Blue) = 242+144+240=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 144 (56.64% from 255 or 23.00% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F290F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F290F0 is #0D6F0F. Grayscale: #B7B7B7. Windows color (decimal): -880400 or 15765746. OLE color: 15765746.

HSL color Cylindrical-coordinate representation of color #F290F0: hue angle of 301.22º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290F0 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 144 240 -
CMYK 0 0.40 0.01 0.05
HSL 301.22º 0.79% 0.76% -
HSV(B) 301.22º 0.4% 0.95% -
XYZ 62.32 45.12 87.86 -
YUV 184.25 159.47 169.19 -
System Red Green Blue C M Y K H S L
Decimal 242 144 240 0 0.40 0.01 0.05 301.22 0.79 0.76
Hex F2 90 F0 0 28 1 5 12D 4F 4C
Octal 362 220 360 0 50 1 5 455 117 114
Binary 11110010 10010000 11110000 0 101000 1 101 100101101 1001111 1001100

Color Harmonies of #F290F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290F0

Black with #F290F0

Text Example


Text Example

White with #F290F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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