Html Css Color HEX #F14857 Radical Red

📋 copy color: '#F14857'

red 241 ◦ green 72 ◦ blue 87

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

Shades of Radical Red #F14857

Tints of Radical Red #F14857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18%

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

R = 60.25%
G = 18%
B = 21.75%

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

#F14857 (or 0xF14857) is known color: Radical Red. HEX triplet: F1, 48 and 57. RGB value is (241,72,87). Sum of RGB (Red+Green+Blue) = 241+72+87=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F14857 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14857 is #0EB7A8. Grayscale: #7C7C7C. Windows color (decimal): -964521 or 5720305. OLE color: 5720305.

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

Color convert

RGB 241 72 87 -
CMYK 0 0.70 0.64 0.05
HSL 354.67º 0.86% 0.61% -
HSV(B) 354.67º 0.7% 0.95% -
XYZ 40.31 24.02 11.53 -
YUV 124.24 106.99 211.28 -
System Red Green Blue C M Y K H S L
Decimal 241 72 87 0 0.70 0.64 0.05 354.67 0.86 0.61
Hex F1 48 57 0 46 40 5 163 56 3D
Octal 361 110 127 0 106 100 5 543 126 75
Binary 11110001 1001000 1010111 0 1000110 1000000 101 101100011 1010110 111101

Color Harmonies of #F14857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14857

Black with #F14857

Text Example


Text Example

White with #F14857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14857; }

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

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

background-color css

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

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

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

border-color css

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

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

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