Html Css Color HEX #FF485A Radical Red

📋 copy color: '#FF485A'

red 255 ◦ green 72 ◦ blue 90

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

Shades of Radical Red #FF485A

Tints of Radical Red #FF485A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.58%

R = 61.15%
G = 17.27%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF485A (or 0xFF485A) is known color: Radical Red. HEX triplet: FF, 48 and 5A. RGB value is (255,72,90). Sum of RGB (Red+Green+Blue) = 255+72+90=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF485A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF485A is #00B7A5. Grayscale: #808080. Windows color (decimal): -47014 or 5916927. OLE color: 5916927.

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

Color convert

RGB 255 72 90 -
CMYK 0 0.72 0.65 0
HSL 354.1º 1% 0.64% -
HSV(B) 354.1º 0.72% 1% -
XYZ 45.4 26.63 12.42 -
YUV 128.77 106.13 218.04 -
System Red Green Blue C M Y K H S L
Decimal 255 72 90 0 0.72 0.65 0 354.1 1 0.64
Hex FF 48 5A 0 48 41 0 162 64 40
Octal 377 110 132 0 110 101 0 542 144 100
Binary 11111111 1001000 1011010 0 1001000 1000001 0 101100010 1100100 1000000

Color Harmonies of #FF485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF485A

Black with #FF485A

Text Example


Text Example

White with #FF485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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