Html Css Color HEX #F83474 Radical Red

📋 copy color: '#F83474'

red 248 ◦ green 52 ◦ blue 116

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

Shades of Radical Red #F83474

Tints of Radical Red #F83474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.5%

 BLUE value IS 116 (45.7% from 255) = 27.88%

R = 59.62%
G = 12.5%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F83474 (or 0xF83474) is known color: Radical Red. HEX triplet: F8, 34 and 74. RGB value is (248,52,116). Sum of RGB (Red+Green+Blue) = 248+52+116=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F83474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83474 is #07CB8B. Grayscale: #757575. Windows color (decimal): -510860 or 7615736. OLE color: 7615736.

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

Color convert

RGB 248 52 116 -
CMYK 0 0.79 0.53 0.03
HSL 340.41º 0.93% 0.59% -
HSV(B) 340.41º 0.79% 0.97% -
XYZ 43.09 23.67 18.82 -
YUV 117.9 126.93 220.8 -
System Red Green Blue C M Y K H S L
Decimal 248 52 116 0 0.79 0.53 0.03 340.41 0.93 0.59
Hex F8 34 74 0 4F 35 3 154 5D 3B
Octal 370 64 164 0 117 65 3 524 135 73
Binary 11111000 110100 1110100 0 1001111 110101 11 101010100 1011101 111011

Color Harmonies of #F83474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83474

Black with #F83474

Text Example


Text Example

White with #F83474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83474; }

 p { color: rgb(248,52,116); }

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

background-color css

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

 a { background-color: rgb(248,52,116); }

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

border-color css

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

 span { border-color: rgb(248,52,116); }

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