Html Css Color HEX #F1403B Coral Red

📋 copy color: '#F1403B'

red 241 ◦ green 64 ◦ blue 59

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

Shades of Coral Red #F1403B

Tints of Coral Red #F1403B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.21%

R = 66.21%
G = 17.58%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1403B (or 0xF1403B) is known color: Coral Red. HEX triplet: F1, 40 and 3B. RGB value is (241,64,59). Sum of RGB (Red+Green+Blue) = 241+64+59=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F1403B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1403B is #0EBFC4. Grayscale: #747474. Windows color (decimal): -966597 or 3883249. OLE color: 3883249.

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

Color convert

RGB 241 64 59 -
CMYK 0 0.73 0.76 0.05
HSL 1.65º 0.87% 0.59% -
HSV(B) 1.65º 0.76% 0.95% -
XYZ 38.9 22.68 6.47 -
YUV 116.35 95.64 216.91 -
System Red Green Blue C M Y K H S L
Decimal 241 64 59 0 0.73 0.76 0.05 1.65 0.87 0.59
Hex F1 40 3B 0 49 4C 5 2 57 3B
Octal 361 100 73 0 111 114 5 2 127 73
Binary 11110001 1000000 111011 0 1001001 1001100 101 10 1010111 111011

Color Harmonies of #F1403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1403B

Black with #F1403B

Text Example


Text Example

White with #F1403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1403B; }

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

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

background-color css

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

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

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

border-color css

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

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

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