Html Css Color HEX #F82F54 Radical Red

📋 copy color: '#F82F54'

red 248 ◦ green 47 ◦ blue 84

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

Shades of Radical Red #F82F54

Tints of Radical Red #F82F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.4%

 BLUE value IS 84 (33.2% from 255) = 22.16%

R = 65.44%
G = 12.4%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F82F54 (or 0xF82F54) is known color: Radical Red. HEX triplet: F8, 2F and 54. RGB value is (248,47,84). Sum of RGB (Red+Green+Blue) = 248+47+84=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F82F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82F54 is #07D0AB. Grayscale: #6F6F6F. Windows color (decimal): -512172 or 5517304. OLE color: 5517304.

HSL color Cylindrical-coordinate representation of color #F82F54: hue angle of 348.96º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F82F54 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 47 84 -
CMYK 0 0.81 0.66 0.03
HSL 348.96º 0.93% 0.58% -
HSV(B) 348.96º 0.81% 0.97% -
XYZ 41.33 22.63 10.58 -
YUV 111.32 112.59 225.49 -
System Red Green Blue C M Y K H S L
Decimal 248 47 84 0 0.81 0.66 0.03 348.96 0.93 0.58
Hex F8 2F 54 0 51 42 3 15D 5D 3A
Octal 370 57 124 0 121 102 3 535 135 72
Binary 11111000 101111 1010100 0 1010001 1000010 11 101011101 1011101 111010

Color Harmonies of #F82F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82F54

Black with #F82F54

Text Example


Text Example

White with #F82F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82F54; }

 p { color: rgb(248,47,84); }

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

background-color css

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

 a { background-color: rgb(248,47,84); }

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

border-color css

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

 span { border-color: rgb(248,47,84); }

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