Html Css Color HEX #F74262 Radical Red

📋 copy color: '#F74262'

red 247 ◦ green 66 ◦ blue 98

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

Shades of Radical Red #F74262

Tints of Radical Red #F74262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.06%

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

R = 60.1%
G = 16.06%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F74262 (or 0xF74262) is known color: Radical Red. HEX triplet: F7, 42 and 62. RGB value is (247,66,98). Sum of RGB (Red+Green+Blue) = 247+66+98=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F74262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74262 is #08BD9D. Grayscale: #7B7B7B. Windows color (decimal): -572830 or 6439671. OLE color: 6439671.

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

Color convert

RGB 247 66 98 -
CMYK 0 0.73 0.60 0.03
HSL 349.39º 0.92% 0.61% -
HSV(B) 349.39º 0.73% 0.97% -
XYZ 42.51 24.55 14.05 -
YUV 123.77 113.47 215.9 -
System Red Green Blue C M Y K H S L
Decimal 247 66 98 0 0.73 0.60 0.03 349.39 0.92 0.61
Hex F7 42 62 0 49 3C 3 15D 5C 3D
Octal 367 102 142 0 111 74 3 535 134 75
Binary 11110111 1000010 1100010 0 1001001 111100 11 101011101 1011100 111101

Color Harmonies of #F74262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74262

Black with #F74262

Text Example


Text Example

White with #F74262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74262; }

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

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

background-color css

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

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

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

border-color css

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

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

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