Html Css Color HEX #F7424B Radical Red

📋 copy color: '#F7424B'

red 247 ◦ green 66 ◦ blue 75

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

Shades of Radical Red #F7424B

Tints of Radical Red #F7424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.33%

R = 63.66%
G = 17.01%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7424B (or 0xF7424B) is known color: Radical Red. HEX triplet: F7, 42 and 4B. RGB value is (247,66,75). Sum of RGB (Red+Green+Blue) = 247+66+75=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F7424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7424B is #08BDB4. Grayscale: #797979. Windows color (decimal): -572853 or 4932343. OLE color: 4932343.

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

Color convert

RGB 247 66 75 -
CMYK 0 0.73 0.70 0.03
HSL 357.02º 0.92% 0.61% -
HSV(B) 357.02º 0.73% 0.97% -
XYZ 41.58 24.18 9.13 -
YUV 121.15 101.97 217.77 -
System Red Green Blue C M Y K H S L
Decimal 247 66 75 0 0.73 0.70 0.03 357.02 0.92 0.61
Hex F7 42 4B 0 49 46 3 165 5C 3D
Octal 367 102 113 0 111 106 3 545 134 75
Binary 11110111 1000010 1001011 0 1001001 1000110 11 101100101 1011100 111101

Color Harmonies of #F7424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7424B

Black with #F7424B

Text Example


Text Example

White with #F7424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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