Html Css Color HEX #F82D64 Radical Red

📋 copy color: '#F82D64'

red 248 ◦ green 45 ◦ blue 100

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

Shades of Radical Red #F82D64

Tints of Radical Red #F82D64

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.45%

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

R = 63.1%
G = 11.45%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F82D64 (or 0xF82D64) is known color: Radical Red. HEX triplet: F8, 2D and 64. RGB value is (248,45,100). Sum of RGB (Red+Green+Blue) = 248+45+100=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82D64 is #07D29B. Grayscale: #6F6F6F. Windows color (decimal): -512668 or 6565368. OLE color: 6565368.

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

Color convert

RGB 248 45 100 -
CMYK 0 0.82 0.60 0.03
HSL 343.74º 0.94% 0.57% -
HSV(B) 343.74º 0.82% 0.97% -
XYZ 41.95 22.75 14.24 -
YUV 111.97 121.25 225.03 -
System Red Green Blue C M Y K H S L
Decimal 248 45 100 0 0.82 0.60 0.03 343.74 0.94 0.57
Hex F8 2D 64 0 52 3C 3 158 5E 39
Octal 370 55 144 0 122 74 3 530 136 71
Binary 11111000 101101 1100100 0 1010010 111100 11 101011000 1011110 111001

Color Harmonies of #F82D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D64

Black with #F82D64

Text Example


Text Example

White with #F82D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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