Html Css Color HEX #FF486B Radical Red

📋 copy color: '#FF486B'

red 255 ◦ green 72 ◦ blue 107

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

Shades of Radical Red #FF486B

Tints of Radical Red #FF486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.65%

R = 58.76%
G = 16.59%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF486B (or 0xFF486B) is known color: Radical Red. HEX triplet: FF, 48 and 6B. RGB value is (255,72,107). Sum of RGB (Red+Green+Blue) = 255+72+107=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF486B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF486B is #00B794. Grayscale: #828282. Windows color (decimal): -46997 or 7031039. OLE color: 7031039.

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

Color convert

RGB 255 72 107 -
CMYK 0 0.72 0.58 0
HSL 348.52º 1% 0.64% -
HSV(B) 348.52º 0.72% 1% -
XYZ 46.21 26.96 16.68 -
YUV 130.71 114.63 216.65 -
System Red Green Blue C M Y K H S L
Decimal 255 72 107 0 0.72 0.58 0 348.52 1 0.64
Hex FF 48 6B 0 48 3A 0 15D 64 40
Octal 377 110 153 0 110 72 0 535 144 100
Binary 11111111 1001000 1101011 0 1001000 111010 0 101011101 1100100 1000000

Color Harmonies of #FF486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF486B

Black with #FF486B

Text Example


Text Example

White with #FF486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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