Html Css Color HEX #F14343 Coral Red

📋 copy color: '#F14343'

red 241 ◦ green 67 ◦ blue 67

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

Shades of Coral Red #F14343

Tints of Coral Red #F14343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.87%

 BLUE value IS 67 (26.56% from 255) = 17.87%

R = 64.27%
G = 17.87%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F14343 (or 0xF14343) is known color: Coral Red. HEX triplet: F1, 43 and 43. RGB value is (241,67,67). Sum of RGB (Red+Green+Blue) = 241+67+67=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F14343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14343 is #0EBCBC. Grayscale: #777777. Windows color (decimal): -965821 or 4408305. OLE color: 4408305.

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

Color convert

RGB 241 67 67 -
CMYK 0 0.72 0.72 0.05
HSL 0.86% 0.6% -
HSV(B) 0.72% 0.95% -
XYZ 39.3 23.12 7.7 -
YUV 119.03 98.65 215 -
System Red Green Blue C M Y K H S L
Decimal 241 67 67 0 0.72 0.72 0.05 0 0.86 0.6
Hex F1 43 43 0 48 48 5 0 56 3C
Octal 361 103 103 0 110 110 5 0 126 74
Binary 11110001 1000011 1000011 0 1001000 1001000 101 0 1010110 111100

Color Harmonies of #F14343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14343

Black with #F14343

Text Example


Text Example

White with #F14343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14343; }

 p { color: rgb(241,67,67); }

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

background-color css

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

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

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

border-color css

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

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

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