Html Css Color HEX #FF3050 Radical Red

📋 copy color: '#FF3050'

red 255 ◦ green 48 ◦ blue 80

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

Shades of Radical Red #FF3050

Tints of Radical Red #FF3050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 66.58%
G = 12.53%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF3050 (or 0xFF3050) is known color: Radical Red. HEX triplet: FF, 30 and 50. RGB value is (255,48,80). Sum of RGB (Red+Green+Blue) = 255+48+80=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3050 is #00CFAF. Grayscale: #717171. Windows color (decimal): -53168 or 5255423. OLE color: 5255423.

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

Color convert

RGB 255 48 80 -
CMYK 0 0.81 0.69 0
HSL 350.72º 1% 0.59% -
HSV(B) 350.72º 0.81% 1% -
XYZ 43.74 23.95 9.91 -
YUV 113.54 109.08 228.9 -
System Red Green Blue C M Y K H S L
Decimal 255 48 80 0 0.81 0.69 0 350.72 1 0.59
Hex FF 30 50 0 51 45 0 15F 64 3B
Octal 377 60 120 0 121 105 0 537 144 73
Binary 11111111 110000 1010000 0 1010001 1000101 0 101011111 1100100 111011

Color Harmonies of #FF3050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3050

Black with #FF3050

Text Example


Text Example

White with #FF3050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3050; }

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

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

background-color css

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

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

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

border-color css

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

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

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