Html Css Color HEX #FF3076 Radical Red

📋 copy color: '#FF3076'

red 255 ◦ green 48 ◦ blue 118

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

Shades of Radical Red #FF3076

Tints of Radical Red #FF3076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.4%

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 60.57%
G = 11.4%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF3076 (or 0xFF3076) is known color: Radical Red. HEX triplet: FF, 30 and 76. RGB value is (255,48,118). Sum of RGB (Red+Green+Blue) = 255+48+118=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3076 is #00CF89. Grayscale: #757575. Windows color (decimal): -53130 or 7745791. OLE color: 7745791.

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

Color convert

RGB 255 48 118 -
CMYK 0 0.81 0.54 0
HSL 339.71º 1% 0.59% -
HSV(B) 339.71º 0.81% 1% -
XYZ 45.57 24.68 19.5 -
YUV 117.87 128.08 225.81 -
System Red Green Blue C M Y K H S L
Decimal 255 48 118 0 0.81 0.54 0 339.71 1 0.59
Hex FF 30 76 0 51 36 0 154 64 3B
Octal 377 60 166 0 121 66 0 524 144 73
Binary 11111111 110000 1110110 0 1010001 110110 0 101010100 1100100 111011

Color Harmonies of #FF3076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3076

Black with #FF3076

Text Example


Text Example

White with #FF3076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3076; }

 p { color: rgb(255,48,118); }

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

background-color css

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

 a { background-color: rgb(255,48,118); }

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

border-color css

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

 span { border-color: rgb(255,48,118); }

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