Html Css Color HEX #F1484A Radical Red

📋 copy color: '#F1484A'

red 241 ◦ green 72 ◦ blue 74

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

Shades of Radical Red #F1484A

Tints of Radical Red #F1484A

RGB

 RED value IS 241 (94.53% from 255) = 62.27%

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

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 62.27%
G = 18.6%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1484A (or 0xF1484A) is known color: Radical Red. HEX triplet: F1, 48 and 4A. RGB value is (241,72,74). Sum of RGB (Red+Green+Blue) = 241+72+74=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F1484A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1484A is #0EB7B5. Grayscale: #7A7A7A. Windows color (decimal): -964534 or 4868337. OLE color: 4868337.

HSL color Cylindrical-coordinate representation of color #F1484A: hue angle of 359.29º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1484A is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 72 74 -
CMYK 0 0.70 0.69 0.05
HSL 359.29º 0.86% 0.61% -
HSV(B) 359.29º 0.7% 0.95% -
XYZ 39.83 23.83 8.98 -
YUV 122.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 241 72 74 0 0.70 0.69 0.05 359.29 0.86 0.61
Hex F1 48 4A 0 46 45 5 167 56 3D
Octal 361 110 112 0 106 105 5 547 126 75
Binary 11110001 1001000 1001010 0 1000110 1000101 101 101100111 1010110 111101

Color Harmonies of #F1484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1484A

Black with #F1484A

Text Example


Text Example

White with #F1484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1484A; }

 p { color: rgb(241,72,74); }

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

background-color css

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

 a { background-color: rgb(241,72,74); }

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

border-color css

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

 span { border-color: rgb(241,72,74); }

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