Html Css Color HEX #F82459 Radical Red

📋 copy color: '#F82459'

red 248 ◦ green 36 ◦ blue 89

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

Shades of Radical Red #F82459

Tints of Radical Red #F82459

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.65%

 BLUE value IS 89 (35.16% from 255) = 23.86%

R = 66.49%
G = 9.65%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F82459 (or 0xF82459) is known color: Radical Red. HEX triplet: F8, 24 and 59. RGB value is (248,36,89). Sum of RGB (Red+Green+Blue) = 248+36+89=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F82459 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82459 is #07DBA6. Grayscale: #696969. Windows color (decimal): -514983 or 5842168. OLE color: 5842168.

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

Color convert

RGB 248 36 89 -
CMYK 0 0.85 0.64 0.03
HSL 345º 0.94% 0.56% -
HSV(B) 345º 0.85% 0.97% -
XYZ 41.15 21.94 11.52 -
YUV 105.43 118.74 229.69 -
System Red Green Blue C M Y K H S L
Decimal 248 36 89 0 0.85 0.64 0.03 345 0.94 0.56
Hex F8 24 59 0 55 40 3 159 5E 38
Octal 370 44 131 0 125 100 3 531 136 70
Binary 11111000 100100 1011001 0 1010101 1000000 11 101011001 1011110 111000

Color Harmonies of #F82459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82459

Black with #F82459

Text Example


Text Example

White with #F82459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82459; }

 p { color: rgb(248,36,89); }

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

background-color css

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

 a { background-color: rgb(248,36,89); }

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

border-color css

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

 span { border-color: rgb(248,36,89); }

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