Html Css Color HEX #F93A6A Radical Red

📋 copy color: '#F93A6A'

red 249 ◦ green 58 ◦ blue 106

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

Shades of Radical Red #F93A6A

Tints of Radical Red #F93A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.67%

R = 60.29%
G = 14.04%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F93A6A (or 0xF93A6A) is known color: Radical Red. HEX triplet: F9, 3A and 6A. RGB value is (249,58,106). Sum of RGB (Red+Green+Blue) = 249+58+106=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93A6A is #06C595. Grayscale: #787878. Windows color (decimal): -443798 or 6961913. OLE color: 6961913.

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

Color convert

RGB 249 58 106 -
CMYK 0 0.77 0.57 0.02
HSL 344.92º 0.94% 0.6% -
HSV(B) 344.92º 0.77% 0.98% -
XYZ 43.18 24.21 16.03 -
YUV 120.58 119.78 219.6 -
System Red Green Blue C M Y K H S L
Decimal 249 58 106 0 0.77 0.57 0.02 344.92 0.94 0.6
Hex F9 3A 6A 0 4D 39 2 159 5E 3C
Octal 371 72 152 0 115 71 2 531 136 74
Binary 11111001 111010 1101010 0 1001101 111001 10 101011001 1011110 111100

Color Harmonies of #F93A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93A6A

Black with #F93A6A

Text Example


Text Example

White with #F93A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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