Html Css Color HEX #F74452 Radical Red

📋 copy color: '#F74452'

red 247 ◦ green 68 ◦ blue 82

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

Shades of Radical Red #F74452

Tints of Radical Red #F74452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.13%

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

R = 62.22%
G = 17.13%
B = 20.65%

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

#F74452 (or 0xF74452) is known color: Radical Red. HEX triplet: F7, 44 and 52. RGB value is (247,68,82). Sum of RGB (Red+Green+Blue) = 247+68+82=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F74452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74452 is #08BBAD. Grayscale: #7B7B7B. Windows color (decimal): -572334 or 5391607. OLE color: 5391607.

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

Color convert

RGB 247 68 82 -
CMYK 0 0.72 0.67 0.03
HSL 355.31º 0.92% 0.62% -
HSV(B) 355.31º 0.72% 0.97% -
XYZ 41.95 24.52 10.5 -
YUV 123.12 104.8 216.36 -
System Red Green Blue C M Y K H S L
Decimal 247 68 82 0 0.72 0.67 0.03 355.31 0.92 0.62
Hex F7 44 52 0 48 43 3 163 5C 3E
Octal 367 104 122 0 110 103 3 543 134 76
Binary 11110111 1000100 1010010 0 1001000 1000011 11 101100011 1011100 111110

Color Harmonies of #F74452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74452

Black with #F74452

Text Example


Text Example

White with #F74452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74452; }

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

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

background-color css

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

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

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

border-color css

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

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

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