Html Css Color HEX #F84565 Radical Red

📋 copy color: '#F84565'

red 248 ◦ green 69 ◦ blue 101

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

Shades of Radical Red #F84565

Tints of Radical Red #F84565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.51%

 BLUE value IS 101 (39.84% from 255) = 24.16%

R = 59.33%
G = 16.51%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F84565 (or 0xF84565) is known color: Radical Red. HEX triplet: F8, 45 and 65. RGB value is (248,69,101). Sum of RGB (Red+Green+Blue) = 248+69+101=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F84565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84565 is #07BA9A. Grayscale: #7E7E7E. Windows color (decimal): -506523 or 6637048. OLE color: 6637048.

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

Color convert

RGB 248 69 101 -
CMYK 0 0.72 0.59 0.03
HSL 349.27º 0.93% 0.62% -
HSV(B) 349.27º 0.72% 0.97% -
XYZ 43.19 25.15 14.89 -
YUV 126.17 113.8 214.9 -
System Red Green Blue C M Y K H S L
Decimal 248 69 101 0 0.72 0.59 0.03 349.27 0.93 0.62
Hex F8 45 65 0 48 3B 3 15D 5D 3E
Octal 370 105 145 0 110 73 3 535 135 76
Binary 11111000 1000101 1100101 0 1001000 111011 11 101011101 1011101 111110

Color Harmonies of #F84565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84565

Black with #F84565

Text Example


Text Example

White with #F84565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84565; }

 p { color: rgb(248,69,101); }

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

background-color css

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

 a { background-color: rgb(248,69,101); }

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

border-color css

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

 span { border-color: rgb(248,69,101); }

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