Html Css Color HEX #F6404B Radical Red

📋 copy color: '#F6404B'

red 246 ◦ green 64 ◦ blue 75

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

Shades of Radical Red #F6404B

Tints of Radical Red #F6404B

RGB

 RED value IS 246 (96.48% from 255) = 63.9%

 GREEN value IS 64 (25.39% from 255) = 16.62%

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

R = 63.9%
G = 16.62%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6404B (or 0xF6404B) is known color: Radical Red. HEX triplet: F6, 40 and 4B. RGB value is (246,64,75). Sum of RGB (Red+Green+Blue) = 246+64+75=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F6404B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6404B is #09BFB4. Grayscale: #777777. Windows color (decimal): -638901 or 4931830. OLE color: 4931830.

HSL color Cylindrical-coordinate representation of color #F6404B: hue angle of 356.37º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6404B is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 64 75 -
CMYK 0 0.74 0.70 0.04
HSL 356.37º 0.91% 0.61% -
HSV(B) 356.37º 0.74% 0.96% -
XYZ 41.11 23.77 9.08 -
YUV 119.67 102.8 218.11 -
System Red Green Blue C M Y K H S L
Decimal 246 64 75 0 0.74 0.70 0.04 356.37 0.91 0.61
Hex F6 40 4B 0 4A 46 4 164 5B 3D
Octal 366 100 113 0 112 106 4 544 133 75
Binary 11110110 1000000 1001011 0 1001010 1000110 100 101100100 1011011 111101

Color Harmonies of #F6404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6404B

Black with #F6404B

Text Example


Text Example

White with #F6404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6404B; }

 p { color: rgb(246,64,75); }

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

background-color css

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

 a { background-color: rgb(246,64,75); }

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

border-color css

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

 span { border-color: rgb(246,64,75); }

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