Html Css Color HEX #F3465F Radical Red

📋 copy color: '#F3465F'

red 243 ◦ green 70 ◦ blue 95

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

Shades of Radical Red #F3465F

Tints of Radical Red #F3465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.16%

 BLUE value IS 95 (37.5% from 255) = 23.28%

R = 59.56%
G = 17.16%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F3465F (or 0xF3465F) is known color: Radical Red. HEX triplet: F3, 46 and 5F. RGB value is (243,70,95). Sum of RGB (Red+Green+Blue) = 243+70+95=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F3465F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3465F is #0CB9A0. Grayscale: #7C7C7C. Windows color (decimal): -833953 or 6244083. OLE color: 6244083.

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

Color convert

RGB 243 70 95 -
CMYK 0 0.71 0.61 0.05
HSL 351.33º 0.88% 0.61% -
HSV(B) 351.33º 0.71% 0.95% -
XYZ 41.22 24.26 13.34 -
YUV 124.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 243 70 95 0 0.71 0.61 0.05 351.33 0.88 0.61
Hex F3 46 5F 0 47 3D 5 15F 58 3D
Octal 363 106 137 0 107 75 5 537 130 75
Binary 11110011 1000110 1011111 0 1000111 111101 101 101011111 1011000 111101

Color Harmonies of #F3465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3465F

Black with #F3465F

Text Example


Text Example

White with #F3465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3465F; }

 p { color: rgb(243,70,95); }

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

background-color css

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

 a { background-color: rgb(243,70,95); }

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

border-color css

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

 span { border-color: rgb(243,70,95); }

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