Html Css Color HEX #F14957 Radical Red

📋 copy color: '#F14957'

red 241 ◦ green 73 ◦ blue 87

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

Shades of Radical Red #F14957

Tints of Radical Red #F14957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.7%

R = 60.1%
G = 18.2%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F14957 (or 0xF14957) is known color: Radical Red. HEX triplet: F1, 49 and 57. RGB value is (241,73,87). Sum of RGB (Red+Green+Blue) = 241+73+87=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F14957 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14957 is #0EB6A8. Grayscale: #7C7C7C. Windows color (decimal): -964265 or 5720561. OLE color: 5720561.

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

Color convert

RGB 241 73 87 -
CMYK 0 0.70 0.64 0.05
HSL 355º 0.86% 0.62% -
HSV(B) 355º 0.7% 0.95% -
XYZ 40.38 24.15 11.55 -
YUV 124.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 241 73 87 0 0.70 0.64 0.05 355 0.86 0.62
Hex F1 49 57 0 46 40 5 163 56 3E
Octal 361 111 127 0 106 100 5 543 126 76
Binary 11110001 1001001 1010111 0 1000110 1000000 101 101100011 1010110 111110

Color Harmonies of #F14957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14957

Black with #F14957

Text Example


Text Example

White with #F14957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14957; }

 p { color: rgb(241,73,87); }

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

background-color css

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

 a { background-color: rgb(241,73,87); }

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

border-color css

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

 span { border-color: rgb(241,73,87); }

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