Html Css Color HEX #F14255 Radical Red

📋 copy color: '#F14255'

red 241 ◦ green 66 ◦ blue 85

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

Shades of Radical Red #F14255

Tints of Radical Red #F14255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.84%

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

R = 61.48%
G = 16.84%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F14255 (or 0xF14255) is known color: Radical Red. HEX triplet: F1, 42 and 55. RGB value is (241,66,85). Sum of RGB (Red+Green+Blue) = 241+66+85=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F14255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14255 is #0EBDAA. Grayscale: #787878. Windows color (decimal): -966059 or 5587697. OLE color: 5587697.

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

Color convert

RGB 241 66 85 -
CMYK 0 0.73 0.65 0.05
HSL 353.49º 0.86% 0.6% -
HSV(B) 353.49º 0.73% 0.95% -
XYZ 39.86 23.25 10.98 -
YUV 120.49 107.98 213.96 -
System Red Green Blue C M Y K H S L
Decimal 241 66 85 0 0.73 0.65 0.05 353.49 0.86 0.6
Hex F1 42 55 0 49 41 5 161 56 3C
Octal 361 102 125 0 111 101 5 541 126 74
Binary 11110001 1000010 1010101 0 1001001 1000001 101 101100001 1010110 111100

Color Harmonies of #F14255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14255

Black with #F14255

Text Example


Text Example

White with #F14255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14255; }

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

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

background-color css

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

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

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

border-color css

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

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

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