Html Css Color HEX #F1446D Radical Red

📋 copy color: '#F1446D'

red 241 ◦ green 68 ◦ blue 109

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

Shades of Radical Red #F1446D

Tints of Radical Red #F1446D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.08%

R = 57.66%
G = 16.27%
B = 26.08%

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

#F1446D (or 0xF1446D) is known color: Radical Red. HEX triplet: F1, 44 and 6D. RGB value is (241,68,109). Sum of RGB (Red+Green+Blue) = 241+68+109=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1446D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1446D is #0EBB92. Grayscale: #7C7C7C. Windows color (decimal): -965523 or 7161073. OLE color: 7161073.

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

Color convert

RGB 241 68 109 -
CMYK 0 0.72 0.55 0.05
HSL 345.78º 0.86% 0.61% -
HSV(B) 345.78º 0.72% 0.95% -
XYZ 41.1 23.94 16.92 -
YUV 124.4 119.31 211.17 -
System Red Green Blue C M Y K H S L
Decimal 241 68 109 0 0.72 0.55 0.05 345.78 0.86 0.61
Hex F1 44 6D 0 48 37 5 15A 56 3D
Octal 361 104 155 0 110 67 5 532 126 75
Binary 11110001 1000100 1101101 0 1001000 110111 101 101011010 1010110 111101

Color Harmonies of #F1446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1446D

Black with #F1446D

Text Example


Text Example

White with #F1446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1446D; }

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

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

background-color css

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

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

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

border-color css

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

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

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