Html Css Color HEX #F1434E Radical Red

📋 copy color: '#F1434E'

red 241 ◦ green 67 ◦ blue 78

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

Shades of Radical Red #F1434E

Tints of Radical Red #F1434E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.21%

R = 62.44%
G = 17.36%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1434E (or 0xF1434E) is known color: Radical Red. HEX triplet: F1, 43 and 4E. RGB value is (241,67,78). Sum of RGB (Red+Green+Blue) = 241+67+78=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1434E is #0EBCB1. Grayscale: #787878. Windows color (decimal): -965810 or 5129201. OLE color: 5129201.

HSL color Cylindrical-coordinate representation of color #F1434E: hue angle of 356.21º 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 #F1434E is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 67 78 -
CMYK 0 0.72 0.68 0.05
HSL 356.21º 0.86% 0.6% -
HSV(B) 356.21º 0.72% 0.95% -
XYZ 39.66 23.27 9.61 -
YUV 120.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 241 67 78 0 0.72 0.68 0.05 356.21 0.86 0.6
Hex F1 43 4E 0 48 44 5 164 56 3C
Octal 361 103 116 0 110 104 5 544 126 74
Binary 11110001 1000011 1001110 0 1001000 1000100 101 101100100 1010110 111100

Color Harmonies of #F1434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1434E

Black with #F1434E

Text Example


Text Example

White with #F1434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1434E; }

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

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

background-color css

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

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

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

border-color css

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

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

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