Html Css Color HEX #F2443F Coral Red

📋 copy color: '#F2443F'

red 242 ◦ green 68 ◦ blue 63

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

Shades of Coral Red #F2443F

Tints of Coral Red #F2443F

RGB

 RED value IS 242 (94.92% from 255) = 64.88%

 GREEN value IS 68 (26.95% from 255) = 18.23%

 BLUE value IS 63 (25% from 255) = 16.89%

R = 64.88%
G = 18.23%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2443F (or 0xF2443F) is known color: Coral Red. HEX triplet: F2, 44 and 3F. RGB value is (242,68,63). Sum of RGB (Red+Green+Blue) = 242+68+63=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2443F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2443F is #0DBBC0. Grayscale: #777777. Windows color (decimal): -900033 or 4146418. OLE color: 4146418.

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

Color convert

RGB 242 68 63 -
CMYK 0 0.72 0.74 0.05
HSL 1.68º 0.87% 0.6% -
HSV(B) 1.68º 0.74% 0.95% -
XYZ 39.58 23.37 7.13 -
YUV 119.46 96.15 215.41 -
System Red Green Blue C M Y K H S L
Decimal 242 68 63 0 0.72 0.74 0.05 1.68 0.87 0.6
Hex F2 44 3F 0 48 4A 5 2 57 3C
Octal 362 104 77 0 110 112 5 2 127 74
Binary 11110010 1000100 111111 0 1001000 1001010 101 10 1010111 111100

Color Harmonies of #F2443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2443F

Black with #F2443F

Text Example


Text Example

White with #F2443F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2443F; }

 p { color: rgb(242,68,63); }

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

background-color css

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

 a { background-color: rgb(242,68,63); }

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

border-color css

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

 span { border-color: rgb(242,68,63); }

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