Html Css Color HEX #F74652 Radical Red

📋 copy color: '#F74652'

red 247 ◦ green 70 ◦ blue 82

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

Shades of Radical Red #F74652

Tints of Radical Red #F74652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.54%

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

R = 61.9%
G = 17.54%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F74652 (or 0xF74652) is known color: Radical Red. HEX triplet: F7, 46 and 52. RGB value is (247,70,82). Sum of RGB (Red+Green+Blue) = 247+70+82=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F74652 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74652 is #08B9AD. Grayscale: #7C7C7C. Windows color (decimal): -571822 or 5392119. OLE color: 5392119.

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

Color convert

RGB 247 70 82 -
CMYK 0 0.72 0.67 0.03
HSL 355.93º 0.92% 0.62% -
HSV(B) 355.93º 0.72% 0.97% -
XYZ 42.07 24.76 10.55 -
YUV 124.29 104.14 215.52 -
System Red Green Blue C M Y K H S L
Decimal 247 70 82 0 0.72 0.67 0.03 355.93 0.92 0.62
Hex F7 46 52 0 48 43 3 164 5C 3E
Octal 367 106 122 0 110 103 3 544 134 76
Binary 11110111 1000110 1010010 0 1001000 1000011 11 101100100 1011100 111110

Color Harmonies of #F74652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74652

Black with #F74652

Text Example


Text Example

White with #F74652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74652; }

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

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

background-color css

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

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

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

border-color css

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

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

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