Html Css Color HEX #F2413D Coral Red

📋 copy color: '#F2413D'

red 242 ◦ green 65 ◦ blue 61

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

Shades of Coral Red #F2413D

Tints of Coral Red #F2413D

RGB

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

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

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

R = 65.76%
G = 17.66%
B = 16.58%

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

#F2413D (or 0xF2413D) is known color: Coral Red. HEX triplet: F2, 41 and 3D. RGB value is (242,65,61). Sum of RGB (Red+Green+Blue) = 242+65+61=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F2413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2413D is #0DBEC2. Grayscale: #757575. Windows color (decimal): -900803 or 4014578. OLE color: 4014578.

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

Color convert

RGB 242 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.35 22.99 6.78 -
YUV 117.47 96.14 216.83 -
System Red Green Blue C M Y K H S L
Decimal 242 65 61 0 0.73 0.75 0.05 1.33 0.87 0.59
Hex F2 41 3D 0 49 4B 5 1 57 3B
Octal 362 101 75 0 111 113 5 1 127 73
Binary 11110010 1000001 111101 0 1001001 1001011 101 1 1010111 111011

Color Harmonies of #F2413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2413D

Black with #F2413D

Text Example


Text Example

White with #F2413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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