Html Css Color HEX #F1403D Coral Red

📋 copy color: '#F1403D'

red 241 ◦ green 64 ◦ blue 61

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

Shades of Coral Red #F1403D

Tints of Coral Red #F1403D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.67%

R = 65.85%
G = 17.49%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1403D (or 0xF1403D) is known color: Coral Red. HEX triplet: F1, 40 and 3D. RGB value is (241,64,61). Sum of RGB (Red+Green+Blue) = 241+64+61=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F1403D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1403D is #0EBFC2. Grayscale: #747474. Windows color (decimal): -966595 or 4014321. OLE color: 4014321.

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

Color convert

RGB 241 64 61 -
CMYK 0 0.73 0.75 0.05
HSL 0.87% 0.59% -
HSV(B) 0.75% 0.95% -
XYZ 38.95 22.7 6.74 -
YUV 116.58 96.64 216.74 -
System Red Green Blue C M Y K H S L
Decimal 241 64 61 0 0.73 0.75 0.05 1 0.87 0.59
Hex F1 40 3D 0 49 4B 5 1 57 3B
Octal 361 100 75 0 111 113 5 1 127 73
Binary 11110001 1000000 111101 0 1001001 1001011 101 1 1010111 111011

Color Harmonies of #F1403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1403D

Black with #F1403D

Text Example


Text Example

White with #F1403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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