Html Css Color HEX #F93E90 Violet Red

📋 copy color: '#F93E90'

red 249 ◦ green 62 ◦ blue 144

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

Shades of Violet Red #F93E90

Tints of Violet Red #F93E90

RGB

 RED value IS 249 (97.66% from 255) = 54.73%

 GREEN value IS 62 (24.61% from 255) = 13.63%

 BLUE value IS 144 (56.64% from 255) = 31.65%

R = 54.73%
G = 13.63%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F93E90 (or 0xF93E90) is known color: Violet Red. HEX triplet: F9, 3E and 90. RGB value is (249,62,144). Sum of RGB (Red+Green+Blue) = 249+62+144=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F93E90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93E90 is #06C16F. Grayscale: #7F7F7F. Windows color (decimal): -442736 or 9453305. OLE color: 9453305.

HSL color Cylindrical-coordinate representation of color #F93E90: hue angle of 333.69º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93E90 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 62 144 -
CMYK 0 0.75 0.42 0.02
HSL 333.69º 0.94% 0.61% -
HSV(B) 333.69º 0.75% 0.98% -
XYZ 45.82 25.6 28.91 -
YUV 127.26 137.45 214.83 -
System Red Green Blue C M Y K H S L
Decimal 249 62 144 0 0.75 0.42 0.02 333.69 0.94 0.61
Hex F9 3E 90 0 4B 2A 2 14E 5E 3D
Octal 371 76 220 0 113 52 2 516 136 75
Binary 11111001 111110 10010000 0 1001011 101010 10 101001110 1011110 111101

Color Harmonies of #F93E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93E90

Black with #F93E90

Text Example


Text Example

White with #F93E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93E90; }

 p { color: rgb(249,62,144); }

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

background-color css

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

 a { background-color: rgb(249,62,144); }

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

border-color css

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

 span { border-color: rgb(249,62,144); }

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