Html Css Color HEX #F74852 Radical Red

📋 copy color: '#F74852'

red 247 ◦ green 72 ◦ blue 82

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

Shades of Radical Red #F74852

Tints of Radical Red #F74852

RGB

 RED value IS 247 (96.88% from 255) = 61.6%

 GREEN value IS 72 (28.52% from 255) = 17.96%

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 61.6%
G = 17.96%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F74852 (or 0xF74852) is known color: Radical Red. HEX triplet: F7, 48 and 52. RGB value is (247,72,82). Sum of RGB (Red+Green+Blue) = 247+72+82=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F74852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74852 is #08B7AD. Grayscale: #7D7D7D. Windows color (decimal): -571310 or 5392631. OLE color: 5392631.

HSL color Cylindrical-coordinate representation of color #F74852: hue angle of 356.57º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F74852 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 72 82 -
CMYK 0 0.71 0.67 0.03
HSL 356.57º 0.92% 0.63% -
HSV(B) 356.57º 0.71% 0.97% -
XYZ 42.2 25.02 10.59 -
YUV 125.47 103.48 214.69 -
System Red Green Blue C M Y K H S L
Decimal 247 72 82 0 0.71 0.67 0.03 356.57 0.92 0.63
Hex F7 48 52 0 47 43 3 165 5C 3F
Octal 367 110 122 0 107 103 3 545 134 77
Binary 11110111 1001000 1010010 0 1000111 1000011 11 101100101 1011100 111111

Color Harmonies of #F74852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74852

Black with #F74852

Text Example


Text Example

White with #F74852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74852; }

 p { color: rgb(247,72,82); }

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

background-color css

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

 a { background-color: rgb(247,72,82); }

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

border-color css

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

 span { border-color: rgb(247,72,82); }

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