Html Css Color HEX #F14458 Radical Red

📋 copy color: '#F14458'

red 241 ◦ green 68 ◦ blue 88

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

Shades of Radical Red #F14458

Tints of Radical Red #F14458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.13%

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 60.71%
G = 17.13%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F14458 (or 0xF14458) is known color: Radical Red. HEX triplet: F1, 44 and 58. RGB value is (241,68,88). Sum of RGB (Red+Green+Blue) = 241+68+88=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F14458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14458 is #0EBBA7. Grayscale: #7A7A7A. Windows color (decimal): -965544 or 5784817. OLE color: 5784817.

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

Color convert

RGB 241 68 88 -
CMYK 0 0.72 0.63 0.05
HSL 353.06º 0.86% 0.61% -
HSV(B) 353.06º 0.72% 0.95% -
XYZ 40.1 23.54 11.66 -
YUV 122.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 241 68 88 0 0.72 0.63 0.05 353.06 0.86 0.61
Hex F1 44 58 0 48 3F 5 161 56 3D
Octal 361 104 130 0 110 77 5 541 126 75
Binary 11110001 1000100 1011000 0 1001000 111111 101 101100001 1010110 111101

Color Harmonies of #F14458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14458

Black with #F14458

Text Example


Text Example

White with #F14458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14458; }

 p { color: rgb(241,68,88); }

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

background-color css

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

 a { background-color: rgb(241,68,88); }

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

border-color css

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

 span { border-color: rgb(241,68,88); }

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