Html Css Color HEX #F82D5D Radical Red

📋 copy color: '#F82D5D'

red 248 ◦ green 45 ◦ blue 93

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

Shades of Radical Red #F82D5D

Tints of Radical Red #F82D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 64.25%
G = 11.66%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F82D5D (or 0xF82D5D) is known color: Radical Red. HEX triplet: F8, 2D and 5D. RGB value is (248,45,93). Sum of RGB (Red+Green+Blue) = 248+45+93=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82D5D is #07D2A2. Grayscale: #6F6F6F. Windows color (decimal): -512675 or 6106616. OLE color: 6106616.

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

Color convert

RGB 248 45 93 -
CMYK 0 0.82 0.62 0.03
HSL 345.81º 0.94% 0.57% -
HSV(B) 345.81º 0.82% 0.97% -
XYZ 41.63 22.62 12.53 -
YUV 111.17 117.75 225.6 -
System Red Green Blue C M Y K H S L
Decimal 248 45 93 0 0.82 0.62 0.03 345.81 0.94 0.57
Hex F8 2D 5D 0 52 3E 3 15A 5E 39
Octal 370 55 135 0 122 76 3 532 136 71
Binary 11111000 101101 1011101 0 1010010 111110 11 101011010 1011110 111001

Color Harmonies of #F82D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D5D

Black with #F82D5D

Text Example


Text Example

White with #F82D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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