Html Css Color HEX #F3404F Radical Red

📋 copy color: '#F3404F'

red 243 ◦ green 64 ◦ blue 79

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

Shades of Radical Red #F3404F

Tints of Radical Red #F3404F

RGB

 RED value IS 243 (95.31% from 255) = 62.95%

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

 BLUE value IS 79 (31.25% from 255) = 20.47%

R = 62.95%
G = 16.58%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F3404F (or 0xF3404F) is known color: Radical Red. HEX triplet: F3, 40 and 4F. RGB value is (243,64,79). Sum of RGB (Red+Green+Blue) = 243+64+79=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3404F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3404F is #0CBFB0. Grayscale: #777777. Windows color (decimal): -835505 or 5193971. OLE color: 5193971.

HSL color Cylindrical-coordinate representation of color #F3404F: hue angle of 354.97º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3404F is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 64 79 -
CMYK 0 0.74 0.67 0.05
HSL 354.97º 0.88% 0.6% -
HSV(B) 354.97º 0.74% 0.95% -
XYZ 40.21 23.29 9.77 -
YUV 119.23 105.3 216.28 -
System Red Green Blue C M Y K H S L
Decimal 243 64 79 0 0.74 0.67 0.05 354.97 0.88 0.6
Hex F3 40 4F 0 4A 43 5 163 58 3C
Octal 363 100 117 0 112 103 5 543 130 74
Binary 11110011 1000000 1001111 0 1001010 1000011 101 101100011 1011000 111100

Color Harmonies of #F3404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3404F

Black with #F3404F

Text Example


Text Example

White with #F3404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3404F; }

 p { color: rgb(243,64,79); }

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

background-color css

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

 a { background-color: rgb(243,64,79); }

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

border-color css

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

 span { border-color: rgb(243,64,79); }

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