Html Css Color HEX #F23D3C Coral Red

📋 copy color: '#F23D3C'

red 242 ◦ green 61 ◦ blue 60

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

Shades of Coral Red #F23D3C

Tints of Coral Red #F23D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.8%

 BLUE value IS 60 (23.83% from 255) = 16.53%

R = 66.67%
G = 16.8%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F23D3C (or 0xF23D3C) is known color: Coral Red. HEX triplet: F2, 3D and 3C. RGB value is (242,61,60). Sum of RGB (Red+Green+Blue) = 242+61+60=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23D3C is #0DC2C3. Grayscale: #737373. Windows color (decimal): -901828 or 3948018. OLE color: 3948018.

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

Color convert

RGB 242 61 60 -
CMYK 0 0.75 0.75 0.05
HSL 0.33º 0.88% 0.59% -
HSV(B) 0.33º 0.75% 0.95% -
XYZ 39.1 22.54 6.56 -
YUV 115.01 96.97 218.58 -
System Red Green Blue C M Y K H S L
Decimal 242 61 60 0 0.75 0.75 0.05 0.33 0.88 0.59
Hex F2 3D 3C 0 4B 4B 5 0 58 3B
Octal 362 75 74 0 113 113 5 0 130 73
Binary 11110010 111101 111100 0 1001011 1001011 101 0 1011000 111011

Color Harmonies of #F23D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23D3C

Black with #F23D3C

Text Example


Text Example

White with #F23D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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