Html Css Color HEX #F93A8A Violet Red

📋 copy color: '#F93A8A'

red 249 ◦ green 58 ◦ blue 138

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

Shades of Violet Red #F93A8A

Tints of Violet Red #F93A8A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.03%

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 55.96%
G = 13.03%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F93A8A (or 0xF93A8A) is known color: Violet Red. HEX triplet: F9, 3A and 8A. RGB value is (249,58,138). Sum of RGB (Red+Green+Blue) = 249+58+138=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93A8A is #06C575. Grayscale: #7C7C7C. Windows color (decimal): -443766 or 9059065. OLE color: 9059065.

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

Color convert

RGB 249 58 138 -
CMYK 0 0.77 0.45 0.02
HSL 334.87º 0.94% 0.6% -
HSV(B) 334.87º 0.77% 0.98% -
XYZ 45.17 25 26.49 -
YUV 124.23 135.78 217 -
System Red Green Blue C M Y K H S L
Decimal 249 58 138 0 0.77 0.45 0.02 334.87 0.94 0.6
Hex F9 3A 8A 0 4D 2D 2 14F 5E 3C
Octal 371 72 212 0 115 55 2 517 136 74
Binary 11111001 111010 10001010 0 1001101 101101 10 101001111 1011110 111100

Color Harmonies of #F93A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93A8A

Black with #F93A8A

Text Example


Text Example

White with #F93A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93A8A; }

 p { color: rgb(249,58,138); }

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

background-color css

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

 a { background-color: rgb(249,58,138); }

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

border-color css

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

 span { border-color: rgb(249,58,138); }

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