Html Css Color HEX #FF4172 Radical Red

📋 copy color: '#FF4172'

red 255 ◦ green 65 ◦ blue 114

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

Shades of Radical Red #FF4172

Tints of Radical Red #FF4172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 58.76%
G = 14.98%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF4172 (or 0xFF4172) is known color: Radical Red. HEX triplet: FF, 41 and 72. RGB value is (255,65,114). Sum of RGB (Red+Green+Blue) = 255+65+114=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4172 is #00BE8D. Grayscale: #7F7F7F. Windows color (decimal): -48782 or 7487999. OLE color: 7487999.

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

Color convert

RGB 255 65 114 -
CMYK 0 0.75 0.55 0
HSL 344.53º 1% 0.63% -
HSV(B) 344.53º 0.75% 1% -
XYZ 46.17 26.26 18.55 -
YUV 127.4 120.45 219.02 -
System Red Green Blue C M Y K H S L
Decimal 255 65 114 0 0.75 0.55 0 344.53 1 0.63
Hex FF 41 72 0 4B 37 0 159 64 3F
Octal 377 101 162 0 113 67 0 531 144 77
Binary 11111111 1000001 1110010 0 1001011 110111 0 101011001 1100100 111111

Color Harmonies of #FF4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4172

Black with #FF4172

Text Example


Text Example

White with #FF4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4172; }

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

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

background-color css

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

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

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

border-color css

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

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

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