Html Css Color HEX #F1406F Radical Red

📋 copy color: '#F1406F'

red 241 ◦ green 64 ◦ blue 111

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

Shades of Radical Red #F1406F

Tints of Radical Red #F1406F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.38%

 BLUE value IS 111 (43.75% from 255) = 26.68%

R = 57.93%
G = 15.38%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1406F (or 0xF1406F) is known color: Radical Red. HEX triplet: F1, 40 and 6F. RGB value is (241,64,111). Sum of RGB (Red+Green+Blue) = 241+64+111=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1406F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1406F is #0EBF90. Grayscale: #7A7A7A. Windows color (decimal): -966545 or 7291121. OLE color: 7291121.

HSL color Cylindrical-coordinate representation of color #F1406F: hue angle of 344.07º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1406F is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 64 111 -
CMYK 0 0.73 0.54 0.05
HSL 344.07º 0.86% 0.6% -
HSV(B) 344.07º 0.73% 0.95% -
XYZ 40.98 23.52 17.42 -
YUV 122.28 121.64 212.68 -
System Red Green Blue C M Y K H S L
Decimal 241 64 111 0 0.73 0.54 0.05 344.07 0.86 0.6
Hex F1 40 6F 0 49 36 5 158 56 3C
Octal 361 100 157 0 111 66 5 530 126 74
Binary 11110001 1000000 1101111 0 1001001 110110 101 101011000 1010110 111100

Color Harmonies of #F1406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1406F

Black with #F1406F

Text Example


Text Example

White with #F1406F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1406F; }

 p { color: rgb(241,64,111); }

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

background-color css

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

 a { background-color: rgb(241,64,111); }

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

border-color css

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

 span { border-color: rgb(241,64,111); }

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