Html Css Color HEX #F93E8D Violet Red

📋 copy color: '#F93E8D'

red 249 ◦ green 62 ◦ blue 141

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

Shades of Violet Red #F93E8D

Tints of Violet Red #F93E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 55.09%
G = 13.72%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F93E8D (or 0xF93E8D) is known color: Violet Red. HEX triplet: F9, 3E and 8D. RGB value is (249,62,141). Sum of RGB (Red+Green+Blue) = 249+62+141=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F93E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93E8D is #06C172. Grayscale: #7E7E7E. Windows color (decimal): -442739 or 9256697. OLE color: 9256697.

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

Color convert

RGB 249 62 141 -
CMYK 0 0.75 0.43 0.02
HSL 334.65º 0.94% 0.61% -
HSV(B) 334.65º 0.75% 0.98% -
XYZ 45.6 25.51 27.72 -
YUV 126.92 135.95 215.08 -
System Red Green Blue C M Y K H S L
Decimal 249 62 141 0 0.75 0.43 0.02 334.65 0.94 0.61
Hex F9 3E 8D 0 4B 2B 2 14F 5E 3D
Octal 371 76 215 0 113 53 2 517 136 75
Binary 11111001 111110 10001101 0 1001011 101011 10 101001111 1011110 111101

Color Harmonies of #F93E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93E8D

Black with #F93E8D

Text Example


Text Example

White with #F93E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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