Html Css Color HEX #F84564 Radical Red

📋 copy color: '#F84564'

red 248 ◦ green 69 ◦ blue 100

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

Shades of Radical Red #F84564

Tints of Radical Red #F84564

RGB

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

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

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

R = 59.47%
G = 16.55%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F84564 (or 0xF84564) is known color: Radical Red. HEX triplet: F8, 45 and 64. RGB value is (248,69,100). Sum of RGB (Red+Green+Blue) = 248+69+100=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F84564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84564 is #07BA9B. Grayscale: #7E7E7E. Windows color (decimal): -506524 or 6571512. OLE color: 6571512.

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

Color convert

RGB 248 69 100 -
CMYK 0 0.72 0.60 0.03
HSL 349.61º 0.93% 0.62% -
HSV(B) 349.61º 0.72% 0.97% -
XYZ 43.14 25.13 14.63 -
YUV 126.06 113.3 214.98 -
System Red Green Blue C M Y K H S L
Decimal 248 69 100 0 0.72 0.60 0.03 349.61 0.93 0.62
Hex F8 45 64 0 48 3C 3 15E 5D 3E
Octal 370 105 144 0 110 74 3 536 135 76
Binary 11111000 1000101 1100100 0 1001000 111100 11 101011110 1011101 111110

Color Harmonies of #F84564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84564

Black with #F84564

Text Example


Text Example

White with #F84564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84564; }

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

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

background-color css

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

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

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

border-color css

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

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

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