Html Css Color HEX #FF3474 Radical Red

📋 copy color: '#FF3474'

red 255 ◦ green 52 ◦ blue 116

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

Shades of Radical Red #FF3474

Tints of Radical Red #FF3474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.42%

R = 60.28%
G = 12.29%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF3474 (or 0xFF3474) is known color: Radical Red. HEX triplet: FF, 34 and 74. RGB value is (255,52,116). Sum of RGB (Red+Green+Blue) = 255+52+116=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3474 is #00CB8B. Grayscale: #777777. Windows color (decimal): -52108 or 7615743. OLE color: 7615743.

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

Color convert

RGB 255 52 116 -
CMYK 0 0.80 0.55 0
HSL 341.08º 1% 0.6% -
HSV(B) 341.08º 0.8% 1% -
XYZ 45.62 24.98 18.94 -
YUV 119.99 125.75 224.3 -
System Red Green Blue C M Y K H S L
Decimal 255 52 116 0 0.80 0.55 0 341.08 1 0.6
Hex FF 34 74 0 50 37 0 155 64 3C
Octal 377 64 164 0 120 67 0 525 144 74
Binary 11111111 110100 1110100 0 1010000 110111 0 101010101 1100100 111100

Color Harmonies of #FF3474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3474

Black with #FF3474

Text Example


Text Example

White with #FF3474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3474; }

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

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

background-color css

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

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

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

border-color css

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

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

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