Html Css Color HEX #F82F5C Radical Red

📋 copy color: '#F82F5C'

red 248 ◦ green 47 ◦ blue 92

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

Shades of Radical Red #F82F5C

Tints of Radical Red #F82F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.77%

R = 64.08%
G = 12.14%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F82F5C (or 0xF82F5C) is known color: Radical Red. HEX triplet: F8, 2F and 5C. RGB value is (248,47,92). Sum of RGB (Red+Green+Blue) = 248+47+92=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F82F5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82F5C is #07D0A3. Grayscale: #707070. Windows color (decimal): -512164 or 6041592. OLE color: 6041592.

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

Color convert

RGB 248 47 92 -
CMYK 0 0.81 0.63 0.03
HSL 346.57º 0.93% 0.58% -
HSV(B) 346.57º 0.81% 0.97% -
XYZ 41.66 22.76 12.32 -
YUV 112.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 248 47 92 0 0.81 0.63 0.03 346.57 0.93 0.58
Hex F8 2F 5C 0 51 3F 3 15B 5D 3A
Octal 370 57 134 0 121 77 3 533 135 72
Binary 11111000 101111 1011100 0 1010001 111111 11 101011011 1011101 111010

Color Harmonies of #F82F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82F5C

Black with #F82F5C

Text Example


Text Example

White with #F82F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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