Html Css Color HEX #FF3A5A Radical Red

📋 copy color: '#FF3A5A'

red 255 ◦ green 58 ◦ blue 90

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

Shades of Radical Red #FF3A5A

Tints of Radical Red #FF3A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.33%

R = 63.28%
G = 14.39%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF3A5A (or 0xFF3A5A) is known color: Radical Red. HEX triplet: FF, 3A and 5A. RGB value is (255,58,90). Sum of RGB (Red+Green+Blue) = 255+58+90=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3A5A is #00C5A5. Grayscale: #787878. Windows color (decimal): -50598 or 5913343. OLE color: 5913343.

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

Color convert

RGB 255 58 90 -
CMYK 0 0.77 0.65 0
HSL 350.25º 1% 0.61% -
HSV(B) 350.25º 0.77% 1% -
XYZ 44.6 25.02 12.15 -
YUV 120.55 110.77 223.9 -
System Red Green Blue C M Y K H S L
Decimal 255 58 90 0 0.77 0.65 0 350.25 1 0.61
Hex FF 3A 5A 0 4D 41 0 15E 64 3D
Octal 377 72 132 0 115 101 0 536 144 75
Binary 11111111 111010 1011010 0 1001101 1000001 0 101011110 1100100 111101

Color Harmonies of #FF3A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A5A

Black with #FF3A5A

Text Example


Text Example

White with #FF3A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A5A; }

 p { color: rgb(255,58,90); }

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

background-color css

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

 a { background-color: rgb(255,58,90); }

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

border-color css

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

 span { border-color: rgb(255,58,90); }

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