Html Css Color HEX #F63F4C Radical Red

📋 copy color: '#F63F4C'

red 246 ◦ green 63 ◦ blue 76

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

Shades of Radical Red #F63F4C

Tints of Radical Red #F63F4C

RGB

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

 GREEN value IS 63 (25% from 255) = 16.36%

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 63.9%
G = 16.36%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F63F4C (or 0xF63F4C) is known color: Radical Red. HEX triplet: F6, 3F and 4C. RGB value is (246,63,76). Sum of RGB (Red+Green+Blue) = 246+63+76=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63F4C is #09C0B3. Grayscale: #777777. Windows color (decimal): -639156 or 4997110. OLE color: 4997110.

HSL color Cylindrical-coordinate representation of color #F63F4C: hue angle of 355.74º 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 #F63F4C is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 63 76 -
CMYK 0 0.74 0.69 0.04
HSL 355.74º 0.91% 0.61% -
HSV(B) 355.74º 0.74% 0.96% -
XYZ 41.09 23.67 9.24 -
YUV 119.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 246 63 76 0 0.74 0.69 0.04 355.74 0.91 0.61
Hex F6 3F 4C 0 4A 45 4 164 5B 3D
Octal 366 77 114 0 112 105 4 544 133 75
Binary 11110110 111111 1001100 0 1001010 1000101 100 101100100 1011011 111101

Color Harmonies of #F63F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63F4C

Black with #F63F4C

Text Example


Text Example

White with #F63F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63F4C; }

 p { color: rgb(246,63,76); }

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

background-color css

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

 a { background-color: rgb(246,63,76); }

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

border-color css

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

 span { border-color: rgb(246,63,76); }

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