Html Css Color HEX #FF3061 Radical Red

📋 copy color: '#FF3061'

red 255 ◦ green 48 ◦ blue 97

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

Shades of Radical Red #FF3061

Tints of Radical Red #FF3061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.25%

R = 63.75%
G = 12%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF3061 (or 0xFF3061) is known color: Radical Red. HEX triplet: FF, 30 and 61. RGB value is (255,48,97). Sum of RGB (Red+Green+Blue) = 255+48+97=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3061 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3061 is #00CF9E. Grayscale: #737373. Windows color (decimal): -53151 or 6369535. OLE color: 6369535.

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

Color convert

RGB 255 48 97 -
CMYK 0 0.81 0.62 0
HSL 345.8º 1% 0.59% -
HSV(B) 345.8º 0.81% 1% -
XYZ 44.45 24.24 13.64 -
YUV 115.48 117.58 227.52 -
System Red Green Blue C M Y K H S L
Decimal 255 48 97 0 0.81 0.62 0 345.8 1 0.59
Hex FF 30 61 0 51 3E 0 15A 64 3B
Octal 377 60 141 0 121 76 0 532 144 73
Binary 11111111 110000 1100001 0 1010001 111110 0 101011010 1100100 111011

Color Harmonies of #FF3061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3061

Black with #FF3061

Text Example


Text Example

White with #FF3061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3061; }

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

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

background-color css

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

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

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

border-color css

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

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

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