Html Css Color HEX #F3404B Radical Red

📋 copy color: '#F3404B'

red 243 ◦ green 64 ◦ blue 75

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

Shades of Radical Red #F3404B

Tints of Radical Red #F3404B

RGB

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

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

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

R = 63.61%
G = 16.75%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F3404B (or 0xF3404B) is known color: Radical Red. HEX triplet: F3, 40 and 4B. RGB value is (243,64,75). Sum of RGB (Red+Green+Blue) = 243+64+75=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F3404B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3404B is #0CBFB4. Grayscale: #767676. Windows color (decimal): -835509 or 4931827. OLE color: 4931827.

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

Color convert

RGB 243 64 75 -
CMYK 0 0.74 0.69 0.05
HSL 356.31º 0.88% 0.6% -
HSV(B) 356.31º 0.74% 0.95% -
XYZ 40.07 23.23 9.03 -
YUV 118.78 103.3 216.61 -
System Red Green Blue C M Y K H S L
Decimal 243 64 75 0 0.74 0.69 0.05 356.31 0.88 0.6
Hex F3 40 4B 0 4A 45 5 164 58 3C
Octal 363 100 113 0 112 105 5 544 130 74
Binary 11110011 1000000 1001011 0 1001010 1000101 101 101100100 1011000 111100

Color Harmonies of #F3404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3404B

Black with #F3404B

Text Example


Text Example

White with #F3404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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