Html Css Color HEX #F83075 Radical Red

📋 copy color: '#F83075'

red 248 ◦ green 48 ◦ blue 117

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

Shades of Radical Red #F83075

Tints of Radical Red #F83075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.62%

 BLUE value IS 117 (46.09% from 255) = 28.33%

R = 60.05%
G = 11.62%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F83075 (or 0xF83075) is known color: Radical Red. HEX triplet: F8, 30 and 75. RGB value is (248,48,117). Sum of RGB (Red+Green+Blue) = 248+48+117=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F83075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83075 is #07CF8A. Grayscale: #737373. Windows color (decimal): -511883 or 7680248. OLE color: 7680248.

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

Color convert

RGB 248 48 117 -
CMYK 0 0.81 0.53 0.03
HSL 339.3º 0.93% 0.58% -
HSV(B) 339.3º 0.81% 0.97% -
XYZ 42.98 23.35 19.07 -
YUV 115.67 128.76 222.39 -
System Red Green Blue C M Y K H S L
Decimal 248 48 117 0 0.81 0.53 0.03 339.3 0.93 0.58
Hex F8 30 75 0 51 35 3 153 5D 3A
Octal 370 60 165 0 121 65 3 523 135 72
Binary 11111000 110000 1110101 0 1010001 110101 11 101010011 1011101 111010

Color Harmonies of #F83075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83075

Black with #F83075

Text Example


Text Example

White with #F83075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83075; }

 p { color: rgb(248,48,117); }

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

background-color css

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

 a { background-color: rgb(248,48,117); }

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

border-color css

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

 span { border-color: rgb(248,48,117); }

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