Html Css Color HEX #F1446C Radical Red

📋 copy color: '#F1446C'

red 241 ◦ green 68 ◦ blue 108

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

Shades of Radical Red #F1446C

Tints of Radical Red #F1446C

RGB

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

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

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

R = 57.79%
G = 16.31%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1446C (or 0xF1446C) is known color: Radical Red. HEX triplet: F1, 44 and 6C. RGB value is (241,68,108). Sum of RGB (Red+Green+Blue) = 241+68+108=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1446C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1446C is #0EBB93. Grayscale: #7C7C7C. Windows color (decimal): -965524 or 7095537. OLE color: 7095537.

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

Color convert

RGB 241 68 108 -
CMYK 0 0.72 0.55 0.05
HSL 346.13º 0.86% 0.61% -
HSV(B) 346.13º 0.72% 0.95% -
XYZ 41.05 23.92 16.64 -
YUV 124.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 241 68 108 0 0.72 0.55 0.05 346.13 0.86 0.61
Hex F1 44 6C 0 48 37 5 15A 56 3D
Octal 361 104 154 0 110 67 5 532 126 75
Binary 11110001 1000100 1101100 0 1001000 110111 101 101011010 1010110 111101

Color Harmonies of #F1446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1446C

Black with #F1446C

Text Example


Text Example

White with #F1446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1446C; }

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

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

background-color css

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

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

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

border-color css

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

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

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