Html Css Color HEX #F1446E Radical Red

📋 copy color: '#F1446E'

red 241 ◦ green 68 ◦ blue 110

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

Shades of Radical Red #F1446E

Tints of Radical Red #F1446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.25%

R = 57.52%
G = 16.23%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1446E (or 0xF1446E) is known color: Radical Red. HEX triplet: F1, 44 and 6E. RGB value is (241,68,110). Sum of RGB (Red+Green+Blue) = 241+68+110=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1446E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1446E is #0EBB91. Grayscale: #7C7C7C. Windows color (decimal): -965522 or 7226609. OLE color: 7226609.

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

Color convert

RGB 241 68 110 -
CMYK 0 0.72 0.54 0.05
HSL 345.43º 0.86% 0.61% -
HSV(B) 345.43º 0.72% 0.95% -
XYZ 41.16 23.96 17.21 -
YUV 124.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 241 68 110 0 0.72 0.54 0.05 345.43 0.86 0.61
Hex F1 44 6E 0 48 36 5 159 56 3D
Octal 361 104 156 0 110 66 5 531 126 75
Binary 11110001 1000100 1101110 0 1001000 110110 101 101011001 1010110 111101

Color Harmonies of #F1446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1446E

Black with #F1446E

Text Example


Text Example

White with #F1446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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