Html Css Color HEX #FF4850 Radical Red

📋 copy color: '#FF4850'

red 255 ◦ green 72 ◦ blue 80

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

Shades of Radical Red #FF4850

Tints of Radical Red #FF4850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.69%

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

R = 62.65%
G = 17.69%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF4850 (or 0xFF4850) is known color: Radical Red. HEX triplet: FF, 48 and 50. RGB value is (255,72,80). Sum of RGB (Red+Green+Blue) = 255+72+80=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4850 is #00B7AF. Grayscale: #7F7F7F. Windows color (decimal): -47024 or 5261567. OLE color: 5261567.

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

Color convert

RGB 255 72 80 -
CMYK 0 0.72 0.69 0
HSL 357.38º 1% 0.64% -
HSV(B) 357.38º 0.72% 1% -
XYZ 45.01 26.47 10.33 -
YUV 127.63 101.13 218.85 -
System Red Green Blue C M Y K H S L
Decimal 255 72 80 0 0.72 0.69 0 357.38 1 0.64
Hex FF 48 50 0 48 45 0 165 64 40
Octal 377 110 120 0 110 105 0 545 144 100
Binary 11111111 1001000 1010000 0 1001000 1000101 0 101100101 1100100 1000000

Color Harmonies of #FF4850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4850

Black with #FF4850

Text Example


Text Example

White with #FF4850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4850; }

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

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

background-color css

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

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

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

border-color css

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

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

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