Html Css Color HEX #FF3C5E Radical Red

📋 copy color: '#FF3C5E'

red 255 ◦ green 60 ◦ blue 94

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

Shades of Radical Red #FF3C5E

Tints of Radical Red #FF3C5E

RGB

 RED value IS 255 (100% from 255) = 62.35%

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

 BLUE value IS 94 (37.11% from 255) = 22.98%

R = 62.35%
G = 14.67%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF3C5E (or 0xFF3C5E) is known color: Radical Red. HEX triplet: FF, 3C and 5E. RGB value is (255,60,94). Sum of RGB (Red+Green+Blue) = 255+60+94=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3C5E is #00C3A1. Grayscale: #7A7A7A. Windows color (decimal): -50082 or 6175999. OLE color: 6175999.

HSL color Cylindrical-coordinate representation of color #FF3C5E: hue angle of 349.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3C5E is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 255 60 94 -
CMYK 0 0.76 0.63 0
HSL 349.54º 1% 0.62% -
HSV(B) 349.54º 0.76% 1% -
XYZ 44.88 25.3 13.11 -
YUV 122.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 255 60 94 0 0.76 0.63 0 349.54 1 0.62
Hex FF 3C 5E 0 4C 3F 0 15E 64 3E
Octal 377 74 136 0 114 77 0 536 144 76
Binary 11111111 111100 1011110 0 1001100 111111 0 101011110 1100100 111110

Color Harmonies of #FF3C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3C5E

Black with #FF3C5E

Text Example


Text Example

White with #FF3C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3C5E; }

 p { color: rgb(255,60,94); }

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

background-color css

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

 a { background-color: rgb(255,60,94); }

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

border-color css

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

 span { border-color: rgb(255,60,94); }

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