Html Css Color HEX #F14355 Radical Red

📋 copy color: '#F14355'

red 241 ◦ green 67 ◦ blue 85

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

Shades of Radical Red #F14355

Tints of Radical Red #F14355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.05%

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

R = 61.32%
G = 17.05%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F14355 (or 0xF14355) is known color: Radical Red. HEX triplet: F1, 43 and 55. RGB value is (241,67,85). Sum of RGB (Red+Green+Blue) = 241+67+85=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F14355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14355 is #0EBCAA. Grayscale: #797979. Windows color (decimal): -965803 or 5587953. OLE color: 5587953.

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

Color convert

RGB 241 67 85 -
CMYK 0 0.72 0.65 0.05
HSL 353.79º 0.86% 0.6% -
HSV(B) 353.79º 0.72% 0.95% -
XYZ 39.92 23.37 11 -
YUV 121.08 107.65 213.54 -
System Red Green Blue C M Y K H S L
Decimal 241 67 85 0 0.72 0.65 0.05 353.79 0.86 0.6
Hex F1 43 55 0 48 41 5 162 56 3C
Octal 361 103 125 0 110 101 5 542 126 74
Binary 11110001 1000011 1010101 0 1001000 1000001 101 101100010 1010110 111100

Color Harmonies of #F14355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14355

Black with #F14355

Text Example


Text Example

White with #F14355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14355; }

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

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

background-color css

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

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

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

border-color css

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

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

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