Html Css Color HEX #F84464 Radical Red

📋 copy color: '#F84464'

red 248 ◦ green 68 ◦ blue 100

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

Shades of Radical Red #F84464

Tints of Radical Red #F84464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.35%

 BLUE value IS 100 (39.45% from 255) = 24.04%

R = 59.62%
G = 16.35%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F84464 (or 0xF84464) is known color: Radical Red. HEX triplet: F8, 44 and 64. RGB value is (248,68,100). Sum of RGB (Red+Green+Blue) = 248+68+100=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F84464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84464 is #07BB9B. Grayscale: #7D7D7D. Windows color (decimal): -506780 or 6571256. OLE color: 6571256.

HSL color Cylindrical-coordinate representation of color #F84464: hue angle of 349.33º 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 #F84464 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 68 100 -
CMYK 0 0.73 0.60 0.03
HSL 349.33º 0.93% 0.62% -
HSV(B) 349.33º 0.73% 0.97% -
XYZ 43.08 25.01 14.61 -
YUV 125.47 113.63 215.4 -
System Red Green Blue C M Y K H S L
Decimal 248 68 100 0 0.73 0.60 0.03 349.33 0.93 0.62
Hex F8 44 64 0 49 3C 3 15D 5D 3E
Octal 370 104 144 0 111 74 3 535 135 76
Binary 11111000 1000100 1100100 0 1001001 111100 11 101011101 1011101 111110

Color Harmonies of #F84464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84464

Black with #F84464

Text Example


Text Example

White with #F84464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84464; }

 p { color: rgb(248,68,100); }

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

background-color css

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

 a { background-color: rgb(248,68,100); }

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

border-color css

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

 span { border-color: rgb(248,68,100); }

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