Html Css Color HEX #FF3470 Radical Red

📋 copy color: '#FF3470'

red 255 ◦ green 52 ◦ blue 112

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

Shades of Radical Red #FF3470

Tints of Radical Red #FF3470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.41%

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

R = 60.86%
G = 12.41%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF3470 (or 0xFF3470) is known color: Radical Red. HEX triplet: FF, 34 and 70. RGB value is (255,52,112). Sum of RGB (Red+Green+Blue) = 255+52+112=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3470 is #00CB8F. Grayscale: #777777. Windows color (decimal): -52112 or 7353599. OLE color: 7353599.

HSL color Cylindrical-coordinate representation of color #FF3470: hue angle of 342.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3470 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 52 112 -
CMYK 0 0.80 0.56 0
HSL 342.27º 1% 0.6% -
HSV(B) 342.27º 0.8% 1% -
XYZ 45.39 24.89 17.74 -
YUV 119.54 123.75 224.62 -
System Red Green Blue C M Y K H S L
Decimal 255 52 112 0 0.80 0.56 0 342.27 1 0.6
Hex FF 34 70 0 50 38 0 156 64 3C
Octal 377 64 160 0 120 70 0 526 144 74
Binary 11111111 110100 1110000 0 1010000 111000 0 101010110 1100100 111100

Color Harmonies of #FF3470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3470

Black with #FF3470

Text Example


Text Example

White with #FF3470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3470; }

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

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

background-color css

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

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

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

border-color css

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

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

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