Html Css Color HEX #F93C5B Radical Red

📋 copy color: '#F93C5B'

red 249 ◦ green 60 ◦ blue 91

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

Shades of Radical Red #F93C5B

Tints of Radical Red #F93C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.75%

R = 62.25%
G = 15%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F93C5B (or 0xF93C5B) is known color: Radical Red. HEX triplet: F9, 3C and 5B. RGB value is (249,60,91). Sum of RGB (Red+Green+Blue) = 249+60+91=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93C5B is #06C3A4. Grayscale: #787878. Windows color (decimal): -443301 or 5979385. OLE color: 5979385.

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

Color convert

RGB 249 60 91 -
CMYK 0 0.76 0.63 0.02
HSL 350.16º 0.94% 0.61% -
HSV(B) 350.16º 0.76% 0.98% -
XYZ 42.57 24.13 12.31 -
YUV 120.05 111.62 219.98 -
System Red Green Blue C M Y K H S L
Decimal 249 60 91 0 0.76 0.63 0.02 350.16 0.94 0.61
Hex F9 3C 5B 0 4C 3F 2 15E 5E 3D
Octal 371 74 133 0 114 77 2 536 136 75
Binary 11111001 111100 1011011 0 1001100 111111 10 101011110 1011110 111101

Color Harmonies of #F93C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93C5B

Black with #F93C5B

Text Example


Text Example

White with #F93C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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