Html Css Color HEX #F82574 Radical Red

📋 copy color: '#F82574'

red 248 ◦ green 37 ◦ blue 116

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

Shades of Radical Red #F82574

Tints of Radical Red #F82574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 61.85%
G = 9.23%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F82574 (or 0xF82574) is known color: Radical Red. HEX triplet: F8, 25 and 74. RGB value is (248,37,116). Sum of RGB (Red+Green+Blue) = 248+37+116=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F82574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82574 is #07DA8B. Grayscale: #6C6C6C. Windows color (decimal): -514700 or 7611896. OLE color: 7611896.

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

Color convert

RGB 248 37 116 -
CMYK 0 0.85 0.53 0.03
HSL 337.54º 0.94% 0.56% -
HSV(B) 337.54º 0.85% 0.97% -
XYZ 42.53 22.54 18.63 -
YUV 109.1 131.9 227.08 -
System Red Green Blue C M Y K H S L
Decimal 248 37 116 0 0.85 0.53 0.03 337.54 0.94 0.56
Hex F8 25 74 0 55 35 3 152 5E 38
Octal 370 45 164 0 125 65 3 522 136 70
Binary 11111000 100101 1110100 0 1010101 110101 11 101010010 1011110 111000

Color Harmonies of #F82574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82574

Black with #F82574

Text Example


Text Example

White with #F82574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82574; }

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

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

background-color css

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

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

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

border-color css

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

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

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