Html Css Color HEX #F7464B Radical Red

📋 copy color: '#F7464B'

red 247 ◦ green 70 ◦ blue 75

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

Shades of Radical Red #F7464B

Tints of Radical Red #F7464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.86%

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

R = 63.01%
G = 17.86%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7464B (or 0xF7464B) is known color: Radical Red. HEX triplet: F7, 46 and 4B. RGB value is (247,70,75). Sum of RGB (Red+Green+Blue) = 247+70+75=392 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.01% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 247 - color contains mainly: red. Hex color #F7464B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7464B is #08B9B4. Grayscale: #7B7B7B. Windows color (decimal): -571829 or 4933367. OLE color: 4933367.

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

Color convert

RGB 247 70 75 -
CMYK 0 0.72 0.70 0.03
HSL 358.31º 0.92% 0.62% -
HSV(B) 358.31º 0.72% 0.97% -
XYZ 41.82 24.66 9.21 -
YUV 123.49 100.64 216.09 -
System Red Green Blue C M Y K H S L
Decimal 247 70 75 0 0.72 0.70 0.03 358.31 0.92 0.62
Hex F7 46 4B 0 48 46 3 166 5C 3E
Octal 367 106 113 0 110 106 3 546 134 76
Binary 11110111 1000110 1001011 0 1001000 1000110 11 101100110 1011100 111110

Color Harmonies of #F7464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7464B

Black with #F7464B

Text Example


Text Example

White with #F7464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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