Html Css Color HEX #F1413D Coral Red

📋 copy color: '#F1413D'

red 241 ◦ green 65 ◦ blue 61

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

Shades of Coral Red #F1413D

Tints of Coral Red #F1413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.71%

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

R = 65.67%
G = 17.71%
B = 16.62%

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

#F1413D (or 0xF1413D) is known color: Coral Red. HEX triplet: F1, 41 and 3D. RGB value is (241,65,61). Sum of RGB (Red+Green+Blue) = 241+65+61=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F1413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1413D is #0EBEC2. Grayscale: #757575. Windows color (decimal): -966339 or 4014577. OLE color: 4014577.

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

Color convert

RGB 241 65 61 -
CMYK 0 0.73 0.75 0.05
HSL 1.33º 0.87% 0.59% -
HSV(B) 1.33º 0.75% 0.95% -
XYZ 39.01 22.82 6.76 -
YUV 117.17 96.31 216.33 -
System Red Green Blue C M Y K H S L
Decimal 241 65 61 0 0.73 0.75 0.05 1.33 0.87 0.59
Hex F1 41 3D 0 49 4B 5 1 57 3B
Octal 361 101 75 0 111 113 5 1 127 73
Binary 11110001 1000001 111101 0 1001001 1001011 101 1 1010111 111011

Color Harmonies of #F1413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1413D

Black with #F1413D

Text Example


Text Example

White with #F1413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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