Html Css Color HEX #F82F68 Radical Red

📋 copy color: '#F82F68'

red 248 ◦ green 47 ◦ blue 104

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

Shades of Radical Red #F82F68

Tints of Radical Red #F82F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.78%

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

R = 62.16%
G = 11.78%
B = 26.07%

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

#F82F68 (or 0xF82F68) is known color: Radical Red. HEX triplet: F8, 2F and 68. RGB value is (248,47,104). Sum of RGB (Red+Green+Blue) = 248+47+104=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F82F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82F68 is #07D097. Grayscale: #717171. Windows color (decimal): -512152 or 6828024. OLE color: 6828024.

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

Color convert

RGB 248 47 104 -
CMYK 0 0.81 0.58 0.03
HSL 342.99º 0.93% 0.58% -
HSV(B) 342.99º 0.81% 0.97% -
XYZ 42.23 22.99 15.31 -
YUV 113.6 122.59 223.87 -
System Red Green Blue C M Y K H S L
Decimal 248 47 104 0 0.81 0.58 0.03 342.99 0.93 0.58
Hex F8 2F 68 0 51 3A 3 157 5D 3A
Octal 370 57 150 0 121 72 3 527 135 72
Binary 11111000 101111 1101000 0 1010001 111010 11 101010111 1011101 111010

Color Harmonies of #F82F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82F68

Black with #F82F68

Text Example


Text Example

White with #F82F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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