Html Css Color HEX #F290FD Violet

📋 copy color: '#F290FD'

red 242 ◦ green 144 ◦ blue 253

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

Shades of Violet #F290FD

Tints of Violet #F290FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.59%

R = 37.87%
G = 22.54%
B = 39.59%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F290FD (or 0xF290FD) is known color: Violet. HEX triplet: F2, 90 and FD. RGB value is (242,144,253). Sum of RGB (Red+Green+Blue) = 242+144+253=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 144 (56.64% from 255 or 22.54% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #F290FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F290FD is #0D6F02. Grayscale: #B9B9B9. Windows color (decimal): -880387 or 16617714. OLE color: 16617714.

HSL color Cylindrical-coordinate representation of color #F290FD: hue angle of 293.94º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F290FD is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 144 253 -
CMYK 0.04 0.43 0 0.01
HSL 293.94º 0.96% 0.78% -
HSV(B) 293.94º 0.43% 0.99% -
XYZ 64.32 45.92 98.4 -
YUV 185.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 242 144 253 0.04 0.43 0 0.01 293.94 0.96 0.78
Hex F2 90 FD 4 2B 0 1 126 60 4E
Octal 362 220 375 4 53 0 1 446 140 116
Binary 11110010 10010000 11111101 100 101011 0 1 100100110 1100000 1001110

Color Harmonies of #F290FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290FD

Black with #F290FD

Text Example


Text Example

White with #F290FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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