Html Css Color HEX #F14955 Radical Red

📋 copy color: '#F14955'

red 241 ◦ green 73 ◦ blue 85

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

Shades of Radical Red #F14955

Tints of Radical Red #F14955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.3%

R = 60.4%
G = 18.3%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F14955 (or 0xF14955) is known color: Radical Red. HEX triplet: F1, 49 and 55. RGB value is (241,73,85). Sum of RGB (Red+Green+Blue) = 241+73+85=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F14955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14955 is #0EB6AA. Grayscale: #7C7C7C. Windows color (decimal): -964267 or 5589489. OLE color: 5589489.

HSL color Cylindrical-coordinate representation of color #F14955: hue angle of 355.71º 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 #F14955 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 85 -
CMYK 0 0.70 0.65 0.05
HSL 355.71º 0.86% 0.62% -
HSV(B) 355.71º 0.7% 0.95% -
XYZ 40.3 24.12 11.13 -
YUV 124.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 241 73 85 0 0.70 0.65 0.05 355.71 0.86 0.62
Hex F1 49 55 0 46 41 5 164 56 3E
Octal 361 111 125 0 106 101 5 544 126 76
Binary 11110001 1001001 1010101 0 1000110 1000001 101 101100100 1010110 111110

Color Harmonies of #F14955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14955

Black with #F14955

Text Example


Text Example

White with #F14955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14955; }

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

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

background-color css

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

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

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

border-color css

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

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

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