Html Css Color HEX #F1446B Radical Red

📋 copy color: '#F1446B'

red 241 ◦ green 68 ◦ blue 107

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

Shades of Radical Red #F1446B

Tints of Radical Red #F1446B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.72%

R = 57.93%
G = 16.35%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1446B (or 0xF1446B) is known color: Radical Red. HEX triplet: F1, 44 and 6B. RGB value is (241,68,107). Sum of RGB (Red+Green+Blue) = 241+68+107=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1446B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1446B is #0EBB94. Grayscale: #7C7C7C. Windows color (decimal): -965525 or 7030001. OLE color: 7030001.

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

Color convert

RGB 241 68 107 -
CMYK 0 0.72 0.56 0.05
HSL 346.47º 0.86% 0.61% -
HSV(B) 346.47º 0.72% 0.95% -
XYZ 41 23.9 16.36 -
YUV 124.17 118.31 211.33 -
System Red Green Blue C M Y K H S L
Decimal 241 68 107 0 0.72 0.56 0.05 346.47 0.86 0.61
Hex F1 44 6B 0 48 38 5 15A 56 3D
Octal 361 104 153 0 110 70 5 532 126 75
Binary 11110001 1000100 1101011 0 1001000 111000 101 101011010 1010110 111101

Color Harmonies of #F1446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1446B

Black with #F1446B

Text Example


Text Example

White with #F1446B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1446B; }

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

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

background-color css

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

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

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

border-color css

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

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

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