Html Css Color HEX #F83067 Radical Red

📋 copy color: '#F83067'

red 248 ◦ green 48 ◦ blue 103

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

Shades of Radical Red #F83067

Tints of Radical Red #F83067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.81%

R = 62.16%
G = 12.03%
B = 25.81%

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

#F83067 (or 0xF83067) is known color: Radical Red. HEX triplet: F8, 30 and 67. RGB value is (248,48,103). Sum of RGB (Red+Green+Blue) = 248+48+103=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F83067 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83067 is #07CF98. Grayscale: #727272. Windows color (decimal): -511897 or 6762744. OLE color: 6762744.

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

Color convert

RGB 248 48 103 -
CMYK 0 0.81 0.58 0.03
HSL 343.5º 0.93% 0.58% -
HSV(B) 343.5º 0.81% 0.97% -
XYZ 42.22 23.05 15.06 -
YUV 114.07 121.76 223.53 -
System Red Green Blue C M Y K H S L
Decimal 248 48 103 0 0.81 0.58 0.03 343.5 0.93 0.58
Hex F8 30 67 0 51 3A 3 158 5D 3A
Octal 370 60 147 0 121 72 3 530 135 72
Binary 11111000 110000 1100111 0 1010001 111010 11 101011000 1011101 111010

Color Harmonies of #F83067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83067

Black with #F83067

Text Example


Text Example

White with #F83067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83067; }

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

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

background-color css

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

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

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

border-color css

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

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

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