Html Css Color HEX #F6424B Radical Red

📋 copy color: '#F6424B'

red 246 ◦ green 66 ◦ blue 75

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

Shades of Radical Red #F6424B

Tints of Radical Red #F6424B

RGB

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

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

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

R = 63.57%
G = 17.05%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6424B (or 0xF6424B) is known color: Radical Red. HEX triplet: F6, 42 and 4B. RGB value is (246,66,75). Sum of RGB (Red+Green+Blue) = 246+66+75=387 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.57% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 246 - color contains mainly: red. Hex color #F6424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6424B is #09BDB4. Grayscale: #787878. Windows color (decimal): -638389 or 4932342. OLE color: 4932342.

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

Color convert

RGB 246 66 75 -
CMYK 0 0.73 0.70 0.04
HSL 357º 0.91% 0.61% -
HSV(B) 357º 0.73% 0.96% -
XYZ 41.22 24 9.12 -
YUV 120.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 246 66 75 0 0.73 0.70 0.04 357 0.91 0.61
Hex F6 42 4B 0 49 46 4 165 5B 3D
Octal 366 102 113 0 111 106 4 545 133 75
Binary 11110110 1000010 1001011 0 1001001 1000110 100 101100101 1011011 111101

Color Harmonies of #F6424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6424B

Black with #F6424B

Text Example


Text Example

White with #F6424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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