Html Css Color HEX #F83265 Radical Red

📋 copy color: '#F83265'

red 248 ◦ green 50 ◦ blue 101

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

Shades of Radical Red #F83265

Tints of Radical Red #F83265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.53%

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

R = 62.16%
G = 12.53%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F83265 (or 0xF83265) is known color: Radical Red. HEX triplet: F8, 32 and 65. RGB value is (248,50,101). Sum of RGB (Red+Green+Blue) = 248+50+101=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F83265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83265 is #07CD9A. Grayscale: #737373. Windows color (decimal): -511387 or 6632184. OLE color: 6632184.

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

Color convert

RGB 248 50 101 -
CMYK 0 0.80 0.59 0.03
HSL 344.55º 0.93% 0.58% -
HSV(B) 344.55º 0.8% 0.97% -
XYZ 42.2 23.18 14.56 -
YUV 115.02 120.1 222.85 -
System Red Green Blue C M Y K H S L
Decimal 248 50 101 0 0.80 0.59 0.03 344.55 0.93 0.58
Hex F8 32 65 0 50 3B 3 159 5D 3A
Octal 370 62 145 0 120 73 3 531 135 72
Binary 11111000 110010 1100101 0 1010000 111011 11 101011001 1011101 111010

Color Harmonies of #F83265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83265

Black with #F83265

Text Example


Text Example

White with #F83265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83265; }

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

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

background-color css

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

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

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

border-color css

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

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

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