Html Css Color HEX #F1445B Radical Red

📋 copy color: '#F1445B'

red 241 ◦ green 68 ◦ blue 91

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

Shades of Radical Red #F1445B

Tints of Radical Red #F1445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.75%

R = 60.25%
G = 17%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1445B (or 0xF1445B) is known color: Radical Red. HEX triplet: F1, 44 and 5B. RGB value is (241,68,91). Sum of RGB (Red+Green+Blue) = 241+68+91=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1445B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1445B is #0EBBA4. Grayscale: #7A7A7A. Windows color (decimal): -965541 or 5981425. OLE color: 5981425.

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

Color convert

RGB 241 68 91 -
CMYK 0 0.72 0.62 0.05
HSL 352.02º 0.86% 0.61% -
HSV(B) 352.02º 0.72% 0.95% -
XYZ 40.23 23.59 12.33 -
YUV 122.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 241 68 91 0 0.72 0.62 0.05 352.02 0.86 0.61
Hex F1 44 5B 0 48 3E 5 160 56 3D
Octal 361 104 133 0 110 76 5 540 126 75
Binary 11110001 1000100 1011011 0 1001000 111110 101 101100000 1010110 111101

Color Harmonies of #F1445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1445B

Black with #F1445B

Text Example


Text Example

White with #F1445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1445B; }

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

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

background-color css

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

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

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

border-color css

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

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

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