Html Css Color HEX #F82965 Radical Red

📋 copy color: '#F82965'

red 248 ◦ green 41 ◦ blue 101

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

Shades of Radical Red #F82965

Tints of Radical Red #F82965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.51%

 BLUE value IS 101 (39.84% from 255) = 25.9%

R = 63.59%
G = 10.51%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F82965 (or 0xF82965) is known color: Radical Red. HEX triplet: F8, 29 and 65. RGB value is (248,41,101). Sum of RGB (Red+Green+Blue) = 248+41+101=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F82965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82965 is #07D69A. Grayscale: #6D6D6D. Windows color (decimal): -513691 or 6629880. OLE color: 6629880.

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

Color convert

RGB 248 41 101 -
CMYK 0 0.83 0.59 0.03
HSL 342.61º 0.94% 0.57% -
HSV(B) 342.61º 0.83% 0.97% -
XYZ 41.85 22.48 14.45 -
YUV 109.73 123.08 226.62 -
System Red Green Blue C M Y K H S L
Decimal 248 41 101 0 0.83 0.59 0.03 342.61 0.94 0.57
Hex F8 29 65 0 53 3B 3 157 5E 39
Octal 370 51 145 0 123 73 3 527 136 71
Binary 11111000 101001 1100101 0 1010011 111011 11 101010111 1011110 111001

Color Harmonies of #F82965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82965

Black with #F82965

Text Example


Text Example

White with #F82965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82965; }

 p { color: rgb(248,41,101); }

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

background-color css

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

 a { background-color: rgb(248,41,101); }

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

border-color css

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

 span { border-color: rgb(248,41,101); }

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