Html Css Color HEX #F2403D Coral Red

📋 copy color: '#F2403D'

red 242 ◦ green 64 ◦ blue 61

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

Shades of Coral Red #F2403D

Tints of Coral Red #F2403D

RGB

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

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

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

R = 65.94%
G = 17.44%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2403D (or 0xF2403D) is known color: Coral Red. HEX triplet: F2, 40 and 3D. RGB value is (242,64,61). Sum of RGB (Red+Green+Blue) = 242+64+61=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F2403D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2403D is #0DBFC2. Grayscale: #757575. Windows color (decimal): -901059 or 4014322. OLE color: 4014322.

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

Color convert

RGB 242 64 61 -
CMYK 0 0.74 0.75 0.05
HSL 0.99º 0.87% 0.59% -
HSV(B) 0.99º 0.75% 0.95% -
XYZ 39.29 22.88 6.76 -
YUV 116.88 96.47 217.24 -
System Red Green Blue C M Y K H S L
Decimal 242 64 61 0 0.74 0.75 0.05 0.99 0.87 0.59
Hex F2 40 3D 0 4A 4B 5 1 57 3B
Octal 362 100 75 0 112 113 5 1 127 73
Binary 11110010 1000000 111101 0 1001010 1001011 101 1 1010111 111011

Color Harmonies of #F2403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2403D

Black with #F2403D

Text Example


Text Example

White with #F2403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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