Html Css Color HEX #F14754 Radical Red

📋 copy color: '#F14754'

red 241 ◦ green 71 ◦ blue 84

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

Shades of Radical Red #F14754

Tints of Radical Red #F14754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.93%

 BLUE value IS 84 (33.2% from 255) = 21.21%

R = 60.86%
G = 17.93%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F14754 (or 0xF14754) is known color: Radical Red. HEX triplet: F1, 47 and 54. RGB value is (241,71,84). Sum of RGB (Red+Green+Blue) = 241+71+84=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F14754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14754 is #0EB8AB. Grayscale: #7B7B7B. Windows color (decimal): -964780 or 5523441. OLE color: 5523441.

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

Color convert

RGB 241 71 84 -
CMYK 0 0.71 0.65 0.05
HSL 355.41º 0.86% 0.61% -
HSV(B) 355.41º 0.71% 0.95% -
XYZ 40.13 23.85 10.88 -
YUV 123.31 105.82 211.94 -
System Red Green Blue C M Y K H S L
Decimal 241 71 84 0 0.71 0.65 0.05 355.41 0.86 0.61
Hex F1 47 54 0 47 41 5 163 56 3D
Octal 361 107 124 0 107 101 5 543 126 75
Binary 11110001 1000111 1010100 0 1000111 1000001 101 101100011 1010110 111101

Color Harmonies of #F14754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14754

Black with #F14754

Text Example


Text Example

White with #F14754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14754; }

 p { color: rgb(241,71,84); }

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

background-color css

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

 a { background-color: rgb(241,71,84); }

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

border-color css

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

 span { border-color: rgb(241,71,84); }

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