Html Css Color HEX #F83F3C Coral Red

📋 copy color: '#F83F3C'

red 248 ◦ green 63 ◦ blue 60

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

Shades of Coral Red #F83F3C

Tints of Coral Red #F83F3C

RGB

 RED value IS 248 (97.27% from 255) = 66.85%

 GREEN value IS 63 (25% from 255) = 16.98%

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

R = 66.85%
G = 16.98%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F83F3C (or 0xF83F3C) is known color: Coral Red. HEX triplet: F8, 3F and 3C. RGB value is (248,63,60). Sum of RGB (Red+Green+Blue) = 248+63+60=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83F3C is #07C0C3. Grayscale: #767676. Windows color (decimal): -508100 or 3948536. OLE color: 3948536.

HSL color Cylindrical-coordinate representation of color #F83F3C: hue angle of 0.96º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83F3C is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 63 60 -
CMYK 0 0.75 0.76 0.03
HSL 0.96º 0.93% 0.6% -
HSV(B) 0.96º 0.76% 0.97% -
XYZ 41.3 23.84 6.7 -
YUV 117.97 95.29 220.74 -
System Red Green Blue C M Y K H S L
Decimal 248 63 60 0 0.75 0.76 0.03 0.96 0.93 0.6
Hex F8 3F 3C 0 4B 4C 3 1 5D 3C
Octal 370 77 74 0 113 114 3 1 135 74
Binary 11111000 111111 111100 0 1001011 1001100 11 1 1011101 111100

Color Harmonies of #F83F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F3C

Black with #F83F3C

Text Example


Text Example

White with #F83F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F3C; }

 p { color: rgb(248,63,60); }

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

background-color css

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

 a { background-color: rgb(248,63,60); }

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

border-color css

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

 span { border-color: rgb(248,63,60); }

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