Html Css Color HEX #F93C62 Radical Red

📋 copy color: '#F93C62'

red 249 ◦ green 60 ◦ blue 98

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

Shades of Radical Red #F93C62

Tints of Radical Red #F93C62

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.74%

 BLUE value IS 98 (38.67% from 255) = 24.08%

R = 61.18%
G = 14.74%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F93C62 (or 0xF93C62) is known color: Radical Red. HEX triplet: F9, 3C and 62. RGB value is (249,60,98). Sum of RGB (Red+Green+Blue) = 249+60+98=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93C62 is #06C39D. Grayscale: #787878. Windows color (decimal): -443294 or 6438137. OLE color: 6438137.

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

Color convert

RGB 249 60 98 -
CMYK 0 0.76 0.61 0.02
HSL 347.94º 0.94% 0.61% -
HSV(B) 347.94º 0.76% 0.98% -
XYZ 42.89 24.25 13.98 -
YUV 120.84 115.12 219.41 -
System Red Green Blue C M Y K H S L
Decimal 249 60 98 0 0.76 0.61 0.02 347.94 0.94 0.61
Hex F9 3C 62 0 4C 3D 2 15C 5E 3D
Octal 371 74 142 0 114 75 2 534 136 75
Binary 11111001 111100 1100010 0 1001100 111101 10 101011100 1011110 111101

Color Harmonies of #F93C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93C62

Black with #F93C62

Text Example


Text Example

White with #F93C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93C62; }

 p { color: rgb(249,60,98); }

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

background-color css

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

 a { background-color: rgb(249,60,98); }

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

border-color css

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

 span { border-color: rgb(249,60,98); }

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