Html Css Color HEX #F83D4C Radical Red

📋 copy color: '#F83D4C'

red 248 ◦ green 61 ◦ blue 76

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

Shades of Radical Red #F83D4C

Tints of Radical Red #F83D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 64.42%
G = 15.84%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F83D4C (or 0xF83D4C) is known color: Radical Red. HEX triplet: F8, 3D and 4C. RGB value is (248,61,76). Sum of RGB (Red+Green+Blue) = 248+61+76=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83D4C is #07C2B3. Grayscale: #767676. Windows color (decimal): -508596 or 4996600. OLE color: 4996600.

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

Color convert

RGB 248 61 76 -
CMYK 0 0.75 0.69 0.03
HSL 355.19º 0.93% 0.61% -
HSV(B) 355.19º 0.75% 0.97% -
XYZ 41.68 23.82 9.24 -
YUV 118.62 103.95 220.28 -
System Red Green Blue C M Y K H S L
Decimal 248 61 76 0 0.75 0.69 0.03 355.19 0.93 0.61
Hex F8 3D 4C 0 4B 45 3 163 5D 3D
Octal 370 75 114 0 113 105 3 543 135 75
Binary 11111000 111101 1001100 0 1001011 1000101 11 101100011 1011101 111101

Color Harmonies of #F83D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83D4C

Black with #F83D4C

Text Example


Text Example

White with #F83D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83D4C; }

 p { color: rgb(248,61,76); }

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

background-color css

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

 a { background-color: rgb(248,61,76); }

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

border-color css

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

 span { border-color: rgb(248,61,76); }

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