Html Css Color HEX #FF3072 Radical Red

📋 copy color: '#FF3072'

red 255 ◦ green 48 ◦ blue 114

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

Shades of Radical Red #FF3072

Tints of Radical Red #FF3072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 61.15%
G = 11.51%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF3072 (or 0xFF3072) is known color: Radical Red. HEX triplet: FF, 30 and 72. RGB value is (255,48,114). Sum of RGB (Red+Green+Blue) = 255+48+114=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3072 is #00CF8D. Grayscale: #757575. Windows color (decimal): -53134 or 7483647. OLE color: 7483647.

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

Color convert

RGB 255 48 114 -
CMYK 0 0.81 0.55 0
HSL 340.87º 1% 0.59% -
HSV(B) 340.87º 0.81% 1% -
XYZ 45.33 24.59 18.28 -
YUV 117.42 126.08 226.13 -
System Red Green Blue C M Y K H S L
Decimal 255 48 114 0 0.81 0.55 0 340.87 1 0.59
Hex FF 30 72 0 51 37 0 155 64 3B
Octal 377 60 162 0 121 67 0 525 144 73
Binary 11111111 110000 1110010 0 1010001 110111 0 101010101 1100100 111011

Color Harmonies of #FF3072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3072

Black with #FF3072

Text Example


Text Example

White with #FF3072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3072; }

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

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

background-color css

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

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

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

border-color css

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

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

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