Html Css Color HEX #F290ED Violet

📋 copy color: '#F290ED'

red 242 ◦ green 144 ◦ blue 237

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

Shades of Violet #F290ED

Tints of Violet #F290ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.04%

R = 38.84%
G = 23.11%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F290ED (or 0xF290ED) is known color: Violet. HEX triplet: F2, 90 and ED. RGB value is (242,144,237). Sum of RGB (Red+Green+Blue) = 242+144+237=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 144 (56.64% from 255 or 23.11% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F290ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F290ED is #0D6F12. Grayscale: #B7B7B7. Windows color (decimal): -880403 or 15569138. OLE color: 15569138.

HSL color Cylindrical-coordinate representation of color #F290ED: hue angle of 303.06º 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 #F290ED is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 144 237 -
CMYK 0 0.40 0.02 0.05
HSL 303.06º 0.79% 0.76% -
HSV(B) 303.06º 0.4% 0.95% -
XYZ 61.88 44.94 85.53 -
YUV 183.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 242 144 237 0 0.40 0.02 0.05 303.06 0.79 0.76
Hex F2 90 ED 0 28 2 5 12F 4F 4C
Octal 362 220 355 0 50 2 5 457 117 114
Binary 11110010 10010000 11101101 0 101000 10 101 100101111 1001111 1001100

Color Harmonies of #F290ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290ED

Black with #F290ED

Text Example


Text Example

White with #F290ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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