Html Css Color HEX #F83068 Radical Red

📋 copy color: '#F83068'

red 248 ◦ green 48 ◦ blue 104

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

Shades of Radical Red #F83068

Tints of Radical Red #F83068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26%

R = 62%
G = 12%
B = 26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F83068 (or 0xF83068) is known color: Radical Red. HEX triplet: F8, 30 and 68. RGB value is (248,48,104). Sum of RGB (Red+Green+Blue) = 248+48+104=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F83068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83068 is #07CF97. Grayscale: #727272. Windows color (decimal): -511896 or 6828280. OLE color: 6828280.

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

Color convert

RGB 248 48 104 -
CMYK 0 0.81 0.58 0.03
HSL 343.2º 0.93% 0.58% -
HSV(B) 343.2º 0.81% 0.97% -
XYZ 42.27 23.07 15.32 -
YUV 114.18 122.26 223.45 -
System Red Green Blue C M Y K H S L
Decimal 248 48 104 0 0.81 0.58 0.03 343.2 0.93 0.58
Hex F8 30 68 0 51 3A 3 157 5D 3A
Octal 370 60 150 0 121 72 3 527 135 72
Binary 11111000 110000 1101000 0 1010001 111010 11 101010111 1011101 111010

Color Harmonies of #F83068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83068

Black with #F83068

Text Example


Text Example

White with #F83068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83068; }

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

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

background-color css

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

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

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

border-color css

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

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

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