Html Css Color HEX #F84354 Radical Red

📋 copy color: '#F84354'

red 248 ◦ green 67 ◦ blue 84

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

Shades of Radical Red #F84354

Tints of Radical Red #F84354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.79%

 BLUE value IS 84 (33.2% from 255) = 21.05%

R = 62.16%
G = 16.79%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F84354 (or 0xF84354) is known color: Radical Red. HEX triplet: F8, 43 and 54. RGB value is (248,67,84). Sum of RGB (Red+Green+Blue) = 248+67+84=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F84354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84354 is #07BCAB. Grayscale: #7B7B7B. Windows color (decimal): -507052 or 5522424. OLE color: 5522424.

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

Color convert

RGB 248 67 84 -
CMYK 0 0.73 0.66 0.03
HSL 354.36º 0.93% 0.62% -
HSV(B) 354.36º 0.73% 0.97% -
XYZ 42.32 24.61 10.91 -
YUV 123.06 105.97 217.12 -
System Red Green Blue C M Y K H S L
Decimal 248 67 84 0 0.73 0.66 0.03 354.36 0.93 0.62
Hex F8 43 54 0 49 42 3 162 5D 3E
Octal 370 103 124 0 111 102 3 542 135 76
Binary 11111000 1000011 1010100 0 1001001 1000010 11 101100010 1011101 111110

Color Harmonies of #F84354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84354

Black with #F84354

Text Example


Text Example

White with #F84354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84354; }

 p { color: rgb(248,67,84); }

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

background-color css

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

 a { background-color: rgb(248,67,84); }

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

border-color css

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

 span { border-color: rgb(248,67,84); }

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