Html Css Color HEX #F1456C Radical Red

📋 copy color: '#F1456C'

red 241 ◦ green 69 ◦ blue 108

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

Shades of Radical Red #F1456C

Tints of Radical Red #F1456C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.51%

 BLUE value IS 108 (42.58% from 255) = 25.84%

R = 57.66%
G = 16.51%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1456C (or 0xF1456C) is known color: Radical Red. HEX triplet: F1, 45 and 6C. RGB value is (241,69,108). Sum of RGB (Red+Green+Blue) = 241+69+108=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1456C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1456C is #0EBA93. Grayscale: #7C7C7C. Windows color (decimal): -965268 or 7095793. OLE color: 7095793.

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

Color convert

RGB 241 69 108 -
CMYK 0 0.71 0.55 0.05
HSL 346.4º 0.86% 0.61% -
HSV(B) 346.4º 0.71% 0.95% -
XYZ 41.11 24.04 16.66 -
YUV 124.87 118.48 210.83 -
System Red Green Blue C M Y K H S L
Decimal 241 69 108 0 0.71 0.55 0.05 346.4 0.86 0.61
Hex F1 45 6C 0 47 37 5 15A 56 3D
Octal 361 105 154 0 107 67 5 532 126 75
Binary 11110001 1000101 1101100 0 1000111 110111 101 101011010 1010110 111101

Color Harmonies of #F1456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1456C

Black with #F1456C

Text Example


Text Example

White with #F1456C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1456C; }

 p { color: rgb(241,69,108); }

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

background-color css

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

 a { background-color: rgb(241,69,108); }

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

border-color css

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

 span { border-color: rgb(241,69,108); }

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