Html Css Color HEX #F82564 Radical Red

📋 copy color: '#F82564'

red 248 ◦ green 37 ◦ blue 100

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

Shades of Radical Red #F82564

Tints of Radical Red #F82564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.61%

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

R = 64.42%
G = 9.61%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F82564 (or 0xF82564) is known color: Radical Red. HEX triplet: F8, 25 and 64. RGB value is (248,37,100). Sum of RGB (Red+Green+Blue) = 248+37+100=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F82564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82564 is #07DA9B. Grayscale: #6B6B6B. Windows color (decimal): -514716 or 6563320. OLE color: 6563320.

HSL color Cylindrical-coordinate representation of color #F82564: hue angle of 342.09º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F82564 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 37 100 -
CMYK 0 0.85 0.60 0.03
HSL 342.09º 0.94% 0.56% -
HSV(B) 342.09º 0.85% 0.97% -
XYZ 41.67 22.2 14.15 -
YUV 107.27 123.9 228.38 -
System Red Green Blue C M Y K H S L
Decimal 248 37 100 0 0.85 0.60 0.03 342.09 0.94 0.56
Hex F8 25 64 0 55 3C 3 156 5E 38
Octal 370 45 144 0 125 74 3 526 136 70
Binary 11111000 100101 1100100 0 1010101 111100 11 101010110 1011110 111000

Color Harmonies of #F82564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82564

Black with #F82564

Text Example


Text Example

White with #F82564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82564; }

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

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

background-color css

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

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

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

border-color css

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

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

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