Html Css Color HEX #FF4958 Radical Red

📋 copy color: '#FF4958'

red 255 ◦ green 73 ◦ blue 88

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

Shades of Radical Red #FF4958

Tints of Radical Red #FF4958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.55%

 BLUE value IS 88 (34.77% from 255) = 21.15%

R = 61.3%
G = 17.55%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF4958 (or 0xFF4958) is known color: Radical Red. HEX triplet: FF, 49 and 58. RGB value is (255,73,88). Sum of RGB (Red+Green+Blue) = 255+73+88=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4958 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4958 is #00B6A7. Grayscale: #818181. Windows color (decimal): -46760 or 5786111. OLE color: 5786111.

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

Color convert

RGB 255 73 88 -
CMYK 0 0.71 0.65 0
HSL 355.05º 1% 0.64% -
HSV(B) 355.05º 0.71% 1% -
XYZ 45.38 26.73 12 -
YUV 129.13 104.8 217.78 -
System Red Green Blue C M Y K H S L
Decimal 255 73 88 0 0.71 0.65 0 355.05 1 0.64
Hex FF 49 58 0 47 41 0 163 64 40
Octal 377 111 130 0 107 101 0 543 144 100
Binary 11111111 1001001 1011000 0 1000111 1000001 0 101100011 1100100 1000000

Color Harmonies of #FF4958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4958

Black with #FF4958

Text Example


Text Example

White with #FF4958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4958; }

 p { color: rgb(255,73,88); }

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

background-color css

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

 a { background-color: rgb(255,73,88); }

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

border-color css

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

 span { border-color: rgb(255,73,88); }

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