Html Css Color HEX #FF3A70 Radical Red

📋 copy color: '#FF3A70'

red 255 ◦ green 58 ◦ blue 112

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

Shades of Radical Red #FF3A70

Tints of Radical Red #FF3A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.35%

R = 60%
G = 13.65%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF3A70 (or 0xFF3A70) is known color: Radical Red. HEX triplet: FF, 3A and 70. RGB value is (255,58,112). Sum of RGB (Red+Green+Blue) = 255+58+112=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3A70 is #00C58F. Grayscale: #7B7B7B. Windows color (decimal): -50576 or 7355135. OLE color: 7355135.

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

Color convert

RGB 255 58 112 -
CMYK 0 0.77 0.56 0
HSL 343.55º 1% 0.61% -
HSV(B) 343.55º 0.77% 1% -
XYZ 45.68 25.46 17.84 -
YUV 123.06 121.77 222.11 -
System Red Green Blue C M Y K H S L
Decimal 255 58 112 0 0.77 0.56 0 343.55 1 0.61
Hex FF 3A 70 0 4D 38 0 158 64 3D
Octal 377 72 160 0 115 70 0 530 144 75
Binary 11111111 111010 1110000 0 1001101 111000 0 101011000 1100100 111101

Color Harmonies of #FF3A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A70

Black with #FF3A70

Text Example


Text Example

White with #FF3A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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