Html Css Color HEX #FF4150 Radical Red

📋 copy color: '#FF4150'

red 255 ◦ green 65 ◦ blue 80

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

Shades of Radical Red #FF4150

Tints of Radical Red #FF4150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.25%

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

R = 63.75%
G = 16.25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF4150 (or 0xFF4150) is known color: Radical Red. HEX triplet: FF, 41 and 50. RGB value is (255,65,80). Sum of RGB (Red+Green+Blue) = 255+65+80=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4150 is #00BEAF. Grayscale: #7B7B7B. Windows color (decimal): -48816 or 5259775. OLE color: 5259775.

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

Color convert

RGB 255 65 80 -
CMYK 0 0.75 0.69 0
HSL 355.26º 1% 0.63% -
HSV(B) 355.26º 0.75% 1% -
XYZ 44.58 25.62 10.18 -
YUV 123.52 103.45 221.78 -
System Red Green Blue C M Y K H S L
Decimal 255 65 80 0 0.75 0.69 0 355.26 1 0.63
Hex FF 41 50 0 4B 45 0 163 64 3F
Octal 377 101 120 0 113 105 0 543 144 77
Binary 11111111 1000001 1010000 0 1001011 1000101 0 101100011 1100100 111111

Color Harmonies of #FF4150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4150

Black with #FF4150

Text Example


Text Example

White with #FF4150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4150; }

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

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

background-color css

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

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

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

border-color css

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

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

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