Html Css Color HEX #F74162 Radical Red

📋 copy color: '#F74162'

red 247 ◦ green 65 ◦ blue 98

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

Shades of Radical Red #F74162

Tints of Radical Red #F74162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.85%

 BLUE value IS 98 (38.67% from 255) = 23.9%

R = 60.24%
G = 15.85%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F74162 (or 0xF74162) is known color: Radical Red. HEX triplet: F7, 41 and 62. RGB value is (247,65,98). Sum of RGB (Red+Green+Blue) = 247+65+98=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F74162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74162 is #08BE9D. Grayscale: #7B7B7B. Windows color (decimal): -573086 or 6439415. OLE color: 6439415.

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

Color convert

RGB 247 65 98 -
CMYK 0 0.74 0.60 0.03
HSL 349.12º 0.92% 0.61% -
HSV(B) 349.12º 0.74% 0.97% -
XYZ 42.45 24.44 14.03 -
YUV 123.18 113.8 216.32 -
System Red Green Blue C M Y K H S L
Decimal 247 65 98 0 0.74 0.60 0.03 349.12 0.92 0.61
Hex F7 41 62 0 4A 3C 3 15D 5C 3D
Octal 367 101 142 0 112 74 3 535 134 75
Binary 11110111 1000001 1100010 0 1001010 111100 11 101011101 1011100 111101

Color Harmonies of #F74162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74162

Black with #F74162

Text Example


Text Example

White with #F74162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74162; }

 p { color: rgb(247,65,98); }

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

background-color css

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

 a { background-color: rgb(247,65,98); }

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

border-color css

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

 span { border-color: rgb(247,65,98); }

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