Html Css Color HEX #F74450 Radical Red

📋 copy color: '#F74450'

red 247 ◦ green 68 ◦ blue 80

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

Shades of Radical Red #F74450

Tints of Radical Red #F74450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 62.53%
G = 17.22%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F74450 (or 0xF74450) is known color: Radical Red. HEX triplet: F7, 44 and 50. RGB value is (247,68,80). Sum of RGB (Red+Green+Blue) = 247+68+80=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F74450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74450 is #08BBAF. Grayscale: #7B7B7B. Windows color (decimal): -572336 or 5260535. OLE color: 5260535.

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

Color convert

RGB 247 68 80 -
CMYK 0 0.72 0.68 0.03
HSL 355.98º 0.92% 0.62% -
HSV(B) 355.98º 0.72% 0.97% -
XYZ 41.87 24.49 10.11 -
YUV 122.89 103.8 216.52 -
System Red Green Blue C M Y K H S L
Decimal 247 68 80 0 0.72 0.68 0.03 355.98 0.92 0.62
Hex F7 44 50 0 48 44 3 164 5C 3E
Octal 367 104 120 0 110 104 3 544 134 76
Binary 11110111 1000100 1010000 0 1001000 1000100 11 101100100 1011100 111110

Color Harmonies of #F74450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74450

Black with #F74450

Text Example


Text Example

White with #F74450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74450; }

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

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

background-color css

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

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

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

border-color css

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

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

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