Html Css Color HEX #F8265A Radical Red

📋 copy color: '#F8265A'

red 248 ◦ green 38 ◦ blue 90

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

Shades of Radical Red #F8265A

Tints of Radical Red #F8265A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.11%

 BLUE value IS 90 (35.55% from 255) = 23.94%

R = 65.96%
G = 10.11%
B = 23.94%

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

#F8265A (or 0xF8265A) is known color: Radical Red. HEX triplet: F8, 26 and 5A. RGB value is (248,38,90). Sum of RGB (Red+Green+Blue) = 248+38+90=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F8265A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8265A is #07D9A5. Grayscale: #6A6A6A. Windows color (decimal): -514470 or 5908216. OLE color: 5908216.

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

Color convert

RGB 248 38 90 -
CMYK 0 0.85 0.64 0.03
HSL 345.14º 0.94% 0.56% -
HSV(B) 345.14º 0.85% 0.97% -
XYZ 41.25 22.08 11.76 -
YUV 106.72 118.57 228.77 -
System Red Green Blue C M Y K H S L
Decimal 248 38 90 0 0.85 0.64 0.03 345.14 0.94 0.56
Hex F8 26 5A 0 55 40 3 159 5E 38
Octal 370 46 132 0 125 100 3 531 136 70
Binary 11111000 100110 1011010 0 1010101 1000000 11 101011001 1011110 111000

Color Harmonies of #F8265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8265A

Black with #F8265A

Text Example


Text Example

White with #F8265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8265A; }

 p { color: rgb(248,38,90); }

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

background-color css

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

 a { background-color: rgb(248,38,90); }

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

border-color css

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

 span { border-color: rgb(248,38,90); }

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