Html Css Color HEX #F83450 Radical Red

📋 copy color: '#F83450'

red 248 ◦ green 52 ◦ blue 80

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

Shades of Radical Red #F83450

Tints of Radical Red #F83450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.68%

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 65.26%
G = 13.68%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F83450 (or 0xF83450) is known color: Radical Red. HEX triplet: F8, 34 and 50. RGB value is (248,52,80). Sum of RGB (Red+Green+Blue) = 248+52+80=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F83450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83450 is #07CBAF. Grayscale: #717171. Windows color (decimal): -510896 or 5256440. OLE color: 5256440.

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

Color convert

RGB 248 52 80 -
CMYK 0 0.79 0.68 0.03
HSL 351.43º 0.93% 0.59% -
HSV(B) 351.43º 0.79% 0.97% -
XYZ 41.39 22.99 9.85 -
YUV 113.8 108.93 223.72 -
System Red Green Blue C M Y K H S L
Decimal 248 52 80 0 0.79 0.68 0.03 351.43 0.93 0.59
Hex F8 34 50 0 4F 44 3 15F 5D 3B
Octal 370 64 120 0 117 104 3 537 135 73
Binary 11111000 110100 1010000 0 1001111 1000100 11 101011111 1011101 111011

Color Harmonies of #F83450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83450

Black with #F83450

Text Example


Text Example

White with #F83450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83450; }

 p { color: rgb(248,52,80); }

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

background-color css

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

 a { background-color: rgb(248,52,80); }

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

border-color css

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

 span { border-color: rgb(248,52,80); }

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