Html Css Color HEX #F1474D Radical Red

📋 copy color: '#F1474D'

red 241 ◦ green 71 ◦ blue 77

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

Shades of Radical Red #F1474D

Tints of Radical Red #F1474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.25%

 BLUE value IS 77 (30.47% from 255) = 19.79%

R = 61.95%
G = 18.25%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1474D (or 0xF1474D) is known color: Radical Red. HEX triplet: F1, 47 and 4D. RGB value is (241,71,77). Sum of RGB (Red+Green+Blue) = 241+71+77=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F1474D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1474D is #0EB8B2. Grayscale: #7A7A7A. Windows color (decimal): -964787 or 5064689. OLE color: 5064689.

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

Color convert

RGB 241 71 77 -
CMYK 0 0.71 0.68 0.05
HSL 357.88º 0.86% 0.61% -
HSV(B) 357.88º 0.71% 0.95% -
XYZ 39.87 23.74 9.5 -
YUV 122.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 241 71 77 0 0.71 0.68 0.05 357.88 0.86 0.61
Hex F1 47 4D 0 47 44 5 166 56 3D
Octal 361 107 115 0 107 104 5 546 126 75
Binary 11110001 1000111 1001101 0 1000111 1000100 101 101100110 1010110 111101

Color Harmonies of #F1474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1474D

Black with #F1474D

Text Example


Text Example

White with #F1474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1474D; }

 p { color: rgb(241,71,77); }

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

background-color css

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

 a { background-color: rgb(241,71,77); }

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

border-color css

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

 span { border-color: rgb(241,71,77); }

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